Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-06 14:32:50 +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>
);
}
}