Update src/app/page.tsx

This commit is contained in:
2026-03-10 13:04:47 +00:00
parent f0d4754455
commit eeff15d71f

View File

@@ -44,7 +44,7 @@ export default function PhysioShalaSite() {
logoText="PHYSIO SHALA"
description="Weniger Aua. Mehr Ahhh. Bei Physio Shala geht es nicht nur um Behandlung sondern darum, dass Sie sich wieder frei bewegen können."
buttons={[
{ text: "Termin anfragen", href: "tel:075312849034903" },
{ text: "Termin anfragen", href: "#contact" },
{ text: "Mehr erfahren", href: "#about" }
]}
slides={[
@@ -153,8 +153,8 @@ export default function PhysioShalaSite() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Termin vereinbaren"
ctaDescription="Rufen Sie uns an oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie!"
ctaButton={{ text: "07531 284903 anrufen", href: "tel:075312849034903" }}
ctaDescription="Rufen Sie uns an unter 07531 284903 oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie!"
ctaButton={{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" }}
ctaIcon={Phone}
faqs={[
{
@@ -185,4 +185,4 @@ export default function PhysioShalaSite() {
</div>
</ThemeProvider>
);
}
}