4 Commits

Author SHA1 Message Date
9996a792cf Merge version_3 into main
Merge version_3 into main
2026-03-06 14:32:50 +00:00
44a8351ba9 Update src/app/page.tsx 2026-03-06 14:32:45 +00:00
9940882915 Update src/app/layout.tsx 2026-03-06 14:32:45 +00:00
bccc4ba078 Merge version_2 into main
Merge version_2 into main
2026-03-05 21:44:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1383,4 +1383,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}