Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c582e8d9dc | |||
| f61acbc98f | |||
| 4b3016f84b | |||
| a405275ae9 | |||
| 61f070ac51 | |||
| ec7b955111 | |||
| a4814f569b | |||
| 59ffb949e5 | |||
| 21044cba9e | |||
| 2a36b60b63 |
@@ -42,9 +42,9 @@ export default function PhysioShalaSite() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
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="Professionelle Physiotherapie mit persönlicher Betreuung. Wir helfen Ihnen, schneller wieder mobil zu werden und Ihre Lebensqualität zurückzugewinnen."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Termin anfragen", href: "#contact" },
|
{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" },
|
||||||
{ text: "Mehr erfahren", href: "#about" }
|
{ text: "Mehr erfahren", href: "#about" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
@@ -153,7 +153,7 @@ 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 in der Marktstätte 3–5, Konstanz. Wir freuen uns auf Sie! Tel: 07531 284903"
|
||||||
ctaButton={{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" }}
|
ctaButton={{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" }}
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
faqs={[
|
faqs={[
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user