3 Commits

Author SHA1 Message Date
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> </body>
</html> </html>
); );
} }

View File

@@ -183,7 +183,7 @@ export default function LandingPage() {
ctaTitle="Starte dein kostenloses Probetraining" ctaTitle="Starte dein kostenloses Probetraining"
ctaDescription="Kontaktiere uns und buche dein unverbindliches Probetraining. Unser Team freut sich auf dich!" ctaDescription="Kontaktiere uns und buche dein unverbindliches Probetraining. Unser Team freut sich auf dich!"
ctaButton={{ ctaButton={{
text: "Jetzt Probetraining buchen", href: "#" text: "Jetzt Probetraining buchen", href: "tel:+43505012231"
}} }}
ctaIcon={Phone} ctaIcon={Phone}
useInvertedBackground={true} useInvertedBackground={true}
@@ -239,4 +239,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }