Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44a8351ba9 | |||
| 9940882915 | |||
| bccc4ba078 |
@@ -1383,4 +1383,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user