add: lp and navigation
Added... a lot of stuff
This commit is contained in:
parent
fb10e5b746
commit
c7286a60da
5 changed files with 7 additions and 7 deletions
|
@ -8,6 +8,9 @@
|
|||
<NuxtLink to="/rechner">
|
||||
<PpButton class="cta">Preise vergleichen</PpButton>
|
||||
</NuxtLink>
|
||||
<h2>
|
||||
Mit Propapier Preise vergleichen und sparen.
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="home-text padding ">
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
@update="updateCard()"
|
||||
/>
|
||||
<section class="content flex-col">
|
||||
<div class="content-text">
|
||||
<h1>Mit ProPapier Preise vergleichen und sparen</h1>
|
||||
</div>
|
||||
<aside class="filter-bar">
|
||||
<button v-for="(button, index) in filterButtons" @click="() => sort(index)" :class="{ 'active': button.active }">
|
||||
{{ button.label }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue