diff --git a/src/app/page.tsx b/src/app/page.tsx index d501070..38d658a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {