From 99408829157ec048220597f1785d798a4ef04623 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:32:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 44a8351ba91216b622e25cd60ab1ae41d0b4eda6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:32:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1