16 Commits

Author SHA1 Message Date
295f062941 Merge version_5 into main
Merge version_5 into main
2026-03-10 16:41:44 +00:00
c582e8d9dc Update src/app/page.tsx 2026-03-10 16:41:38 +00:00
fcb80952d0 Merge version_5 into main
Merge version_5 into main
2026-03-10 16:32:46 +00:00
f61acbc98f Update src/app/page.tsx 2026-03-10 16:32:41 +00:00
b6f96cc3b6 Merge version_5 into main
Merge version_5 into main
2026-03-10 15:00:10 +00:00
4b3016f84b Update src/app/page.tsx 2026-03-10 15:00:05 +00:00
2f568ad05f Merge version_5 into main
Merge version_5 into main
2026-03-10 14:17:55 +00:00
a405275ae9 Update src/app/page.tsx 2026-03-10 14:17:44 +00:00
61f070ac51 Merge version_3 into main
Merge version_3 into main
2026-03-10 13:40:32 +00:00
ec7b955111 Update theme colors 2026-03-10 13:40:22 +00:00
a4814f569b Merge version_3 into main
Merge version_3 into main
2026-03-10 13:40:13 +00:00
59ffb949e5 Update theme colors 2026-03-10 13:40:00 +00:00
21044cba9e Switch to version 3: modified src/app/page.tsx 2026-03-10 13:06:21 +00:00
2a36b60b63 Merge version_4 into main
Merge version_4 into main
2026-03-10 13:04:51 +00:00
eeff15d71f Update src/app/page.tsx 2026-03-10 13:04:47 +00:00
f0d4754455 Merge version_1 into main
Merge version_1 into main
2026-03-09 21:36:06 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -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: "tel:075312849034903" }, { text: "Jetzt 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 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 35, Konstanz. Wir freuen uns auf Sie! Tel: 07531 284903"
ctaButton={{ text: "07531 284903 anrufen", href: "tel:075312849034903" }} ctaButton={{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" }}
ctaIcon={Phone} ctaIcon={Phone}
faqs={[ faqs={[
{ {

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);