2 Commits

Author SHA1 Message Date
ec7b955111 Update theme colors 2026-03-10 13:40:22 +00:00
59ffb949e5 Update theme colors 2026-03-10 13:40:00 +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: "#contact" }, { text: "Termin anfragen", href: "tel:075312849034903" },
{ 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 unter 07531 284903 oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie!" ctaDescription="Rufen Sie uns an oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie!"
ctaButton={{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" }} ctaButton={{ text: "07531 284903 anrufen", 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: #fafffb; --background: #ffffff;
--card: #f7fffa; --card: #f9f9f9;
--foreground: #001a0a; --foreground: #120a00e6;
--primary-cta: #0a7039; --primary-cta: #FF7B05;
--primary-cta-text: #fafffb; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #001a0a; --secondary-cta-text: #120a00e6;
--accent: #a8d9be; --accent: #e2e2e2;
--background-accent: #6bbf8e; --background-accent: #FF7B05;
/* 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);