4 Commits

Author SHA1 Message Date
2f8cec54b5 Update theme colors 2026-03-10 21:34:53 +00:00
44af5166fc Update src/app/page.tsx 2026-03-10 21:19:04 +00:00
cb349c19a5 Update src/app/page.tsx 2026-03-10 21:16:20 +00:00
e8814db502 Merge version_13 into main
Merge version_13 into main
2026-03-10 21:14:25 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="EMPOWERPHYSIO Physiotherapie und Training an zentraler Lage in Konstanz"
title="Physiotherapie und Training an zentraler Lage in Konstanz "
description="Schmerzen lindern, Bewegung zurückgewinnen, Lebensqualität verbessern mit modernen Therapiemethoden und persönlicher Betreuung. Physio Shala: Ihre Praxis in der Marktstätte."
background={{ variant: "plain" }}
tag="Professionelle Physiotherapie"
@@ -54,7 +54,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
buttonClassName="primary"
carouselItems={[
{ 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: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773177479519-mek5d6fj.png", 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png?_wi=2", imageAlt: "postoperative rehabilitation patient care" },
@@ -236,4 +236,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}