diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 11cc3c6..8d69b25 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1383,4 +1383,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 77adbd0..5e3355a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,7 +183,7 @@ export default function LandingPage() { ctaTitle="Starte dein kostenloses Probetraining" ctaDescription="Kontaktiere uns und buche dein unverbindliches Probetraining. Unser Team freut sich auf dich!" ctaButton={{ - text: "Jetzt Probetraining buchen", href: "#" + text: "Jetzt Probetraining buchen", href: "tel:+43505012231" }} ctaIcon={Phone} useInvertedBackground={true} @@ -239,4 +239,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file