Compare commits
42 Commits
version_13
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 4545b720e8 | |||
| cc03af6276 | |||
| 7679019e15 | |||
| 648a246e6f | |||
| 545bd8b279 | |||
| c7491a02db | |||
| 15cf056f44 | |||
| b1cddc57e3 | |||
| 9410d36f31 | |||
| d7b2e6bedc | |||
| 2f8cec54b5 | |||
| e4b6af03d8 | |||
| bd45df59a1 | |||
| 4d1bf44719 | |||
| 528ae7b940 | |||
| 3d09859d7d | |||
| 8e778b1fd8 | |||
| 61baff1702 | |||
| 9bf48e8d0d | |||
| 95ad9280ca | |||
| b85d97d930 | |||
| 0f4a44629d | |||
| 33f8b6b292 | |||
| 10eb2cc1cd | |||
| d25eb365b0 | |||
| 1c9b947abc | |||
| 39c1ac66cb | |||
| 56e4601748 | |||
| a2095ed484 | |||
| afb5856963 | |||
| 0a344d8aa3 | |||
| 86039d0ccc | |||
| 916074c986 | |||
| fe85f1699e | |||
| 32a29f8887 | |||
| 4885d39945 | |||
| 25907cc2c9 | |||
| 79d85ce032 | |||
| 44af5166fc | |||
| 102c222631 | |||
| cb349c19a5 | |||
| e8814db502 |
@@ -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" },
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="Über Physio Shala"
|
||||
title="15+ Jahren Erfahrung | 1000+ zufriedene Patienten | Zertifiziert nach DIN EN ISO 9001"
|
||||
title="15+ Jahre Erfahrung | Zertifizierte Therapeuten | 1000+ zufriedene Patienten"
|
||||
buttons={[
|
||||
{ text: "Unsere Geschichte", href: "#services" },
|
||||
{ text: "Team kennenlernen", href: "#team" }
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--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;
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user