1 Commits

Author SHA1 Message Date
eeff15d71f Update src/app/page.tsx 2026-03-10 13:04:47 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ export default function PhysioShalaSite() {
logoText="PHYSIO SHALA" 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." 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={[ buttons={[
{ text: "Termin anfragen", href: "tel:075312849034903" }, { text: "Termin anfragen", href: "#contact" },
{ text: "Mehr erfahren", href: "#about" } { text: "Mehr erfahren", href: "#about" }
]} ]}
slides={[ slides={[
@@ -153,8 +153,8 @@ export default function PhysioShalaSite() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactFaq <ContactFaq
ctaTitle="Termin vereinbaren" ctaTitle="Termin vereinbaren"
ctaDescription="Rufen Sie uns an oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie!" ctaDescription="Rufen Sie uns an unter 07531 284903 oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie!"
ctaButton={{ text: "07531 284903 anrufen", href: "tel:075312849034903" }} ctaButton={{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" }}
ctaIcon={Phone} ctaIcon={Phone}
faqs={[ faqs={[
{ {
@@ -185,4 +185,4 @@ export default function PhysioShalaSite() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #fafffb;
--card: #f9f9f9; --card: #f7fffa;
--foreground: #120a00e6; --foreground: #001a0a;
--primary-cta: #FF7B05; --primary-cta: #0a7039;
--primary-cta-text: #ffffff; --primary-cta-text: #fafffb;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #120a00e6; --secondary-cta-text: #001a0a;
--accent: #e2e2e2; --accent: #a8d9be;
--background-accent: #FF7B05; --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);