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"
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: "#contact" },
{ text: "Termin anfragen", href: "tel:075312849034903" },
{ 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 unter 07531 284903 oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie!"
ctaButton={{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" }}
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" }}
ctaIcon={Phone}
faqs={[
{
@@ -185,4 +185,4 @@ export default function PhysioShalaSite() {
</div>
</ThemeProvider>
);
}
}

View File

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