12 Commits

Author SHA1 Message Date
8c5be903a4 Update src/app/page.tsx 2026-03-10 20:47:27 +00:00
06c62c37be Merge version_3 into main
Merge version_3 into main
2026-03-10 20:46:16 +00:00
88590d27da Update src/app/page.tsx 2026-03-10 20:46:12 +00:00
d6e0eff183 Merge version_3 into main
Merge version_3 into main
2026-03-10 20:45:51 +00:00
d3efe82d6a Update src/app/page.tsx 2026-03-10 20:45:48 +00:00
b60e91cda0 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:45:12 +00:00
94779e1092 Update src/app/page.tsx 2026-03-10 20:45:08 +00:00
9eb9ab57a3 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:41:50 +00:00
242ed5d907 Update theme colors 2026-03-10 20:41:44 +00:00
c54f8ec1e4 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:40:15 +00:00
fdac6be59e Update src/app/page.tsx 2026-03-10 20:40:11 +00:00
ffe1f5805c Merge version_1 into main
Merge version_1 into main
2026-03-10 20:38:39 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -48,17 +48,17 @@ export default function LandingPage() {
tagIcon={Heart}
tagAnimation="slide-up"
buttons={[
{ text: "Termin jetzt anfragen", href: "contact" },
{ text: "Termin jetzt buchen", href: "contact" },
{ text: "Mehr erfahren", href: "about" }
]}
buttonAnimation="slide-up"
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-gymnastics-with-help-his-young-physical-therapist_169016-43493.jpg", imageAlt: "back pain relief physiotherapy treatment" },
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png?_wi=1", imageAlt: "back pain relief physiotherapy treatment" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-talking-nurse_23-2149341522.jpg", imageAlt: "mobility enhancement physical therapy" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356710.jpg", imageAlt: "modern physiotherapy clinic bright" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg", imageAlt: "postoperative rehabilitation patient care" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-working-with-balls_23-2148503036.jpg", imageAlt: "elderly patient mobility therapy" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/women-their-yoga-session_23-2149222407.jpg", imageAlt: "athlete sports injury treatment" }
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png?_wi=2", imageAlt: "postoperative rehabilitation patient care" },
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png?_wi=3", imageAlt: "elderly patient mobility therapy" },
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773095930893-d3krwvye.png", imageAlt: "athlete sports injury treatment" }
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -68,7 +68,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="Über Physio Shala"
title="Ganzheitliche Rehabilitation und Schmerzbehandlung für ein aktives Leben in Konstanz"
title="Ganzheitliche Rehabilitation und Schmerzbehandlung mit 15+ Jahren Erfahrung, Zertifizierungen und modernen Therapiemethoden"
buttons={[
{ text: "Unsere Geschichte", href: "#services" },
{ text: "Team kennenlernen", href: "#team" }

View File

@@ -13,12 +13,12 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);