13 Commits

Author SHA1 Message Date
0503f01162 Update theme colors 2026-03-09 22:53:24 +00:00
8de9ca3d21 Update theme colors 2026-03-09 22:53:11 +00:00
476908a3cb Update theme colors 2026-03-09 22:52:49 +00:00
f53bb63586 Update theme colors 2026-03-09 22:52:27 +00:00
fd6d4805ad Update theme colors 2026-03-09 22:51:47 +00:00
3eb24c1e2b Update theme colors 2026-03-09 22:51:29 +00:00
227892a43d Update theme colors 2026-03-09 22:51:04 +00:00
b19e69e2fd Update theme colors 2026-03-09 22:50:38 +00:00
06a0a95ddc Update theme colors 2026-03-09 22:50:15 +00:00
98816f443b Update src/app/page.tsx 2026-03-09 22:47:24 +00:00
1f70516369 Update src/app/page.tsx 2026-03-09 22:28:29 +00:00
495fb7e69c Update src/app/page.tsx 2026-03-09 22:22:41 +00:00
93cea76b15 Merge version_8 into main
Merge version_8 into main
2026-03-09 22:18:15 +00:00
2 changed files with 14 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
{ text: "Jetzt kostenlosen Termin sichern", href: "contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-massaging-man_23-2149406802.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png"
imageAlt="Moderne Physiotherapie Behandlung in entspannter Atmosphäre"
mediaAnimation="slide-up"
ariaLabel="Hero Section: Schmerzfrei bewegen mit Physio Shala"
@@ -159,6 +159,10 @@ export default function LandingPage() {
id: "6", name: "Markus Braun, 56 Jahre alt", date: "Date: 12 November 2024", title: "Echte, langfristige Lösungen", quote: "Ich habe viele Therapeuten ausprobiert. Bei Physio Shala merke ich, dass es nicht nur um schnelle Ergebnisse geht, sondern um echte Gesundheit und Prävention zukünftiger Probleme.", tag: "Ganzheitliche Therapie", avatarSrc: "http://img.b2bpic.net/free-photo/male-doctor-examining-patients-knee_1170-2173.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-examining-patients-knee_1170-2173.jpg"
},
]}
buttons={[
{ text: "Mein kostenloses Beratungsgespräch starten", href: "contact" },
]}
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
ariaLabel="Testimonials Section: Patientenerfahrungen"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--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);