From eeff15d71ff614aa6d3e0a025be3f971ad91f2b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:04:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() {
); -} +} \ No newline at end of file -- 2.49.1