feat: link homepage FamilyGuard promo to flyer download section
This commit is contained in:
parent
48a36b3bf3
commit
40442317bb
|
|
@ -43,6 +43,12 @@ export default function FamilyGuardPromo() {
|
||||||
<Link href="/pakete/familyguard" className="btn-primary inline-flex justify-center px-6 py-3 text-sm">
|
<Link href="/pakete/familyguard" className="btn-primary inline-flex justify-center px-6 py-3 text-sm">
|
||||||
FamilyGuard entdecken
|
FamilyGuard entdecken
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link
|
||||||
|
href="/pakete/familyguard#flyer-download"
|
||||||
|
className="btn-secondary inline-flex justify-center px-6 py-3 text-sm"
|
||||||
|
>
|
||||||
|
Flyer herunterladen
|
||||||
|
</Link>
|
||||||
<a href="#contact" className="btn-secondary inline-flex justify-center px-6 py-3 text-sm">
|
<a href="#contact" className="btn-secondary inline-flex justify-center px-6 py-3 text-sm">
|
||||||
Jetzt beraten lassen
|
Jetzt beraten lassen
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue