Merge version_1 into main #2
322
src/app/page.tsx
322
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Therapien",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Über uns", id: "about" },
|
||||
{ name: "Therapien", id: "features" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Gesundheitszentrum"
|
||||
/>
|
||||
@@ -58,113 +43,40 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Ihre Gesundheit in besten Händen"
|
||||
description="Ergotherapie und Physiotherapie für ein schmerzfreies und aktives Leben. Wir begleiten Sie individuell auf Ihrem Weg zur Genesung."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-physiotherapist-helping-patient-with-back-problems_23-2149115621.jpg?_wi=1",
|
||||
imageAlt: "Physiotherapie Behandlung",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crutches-empty-couch-living-room-give-mobility-support-people-with-chronic-disability-injury-walking-sticks-helping-with-transportation-physical-accessibility-walk-crutch_482257-37337.jpg",
|
||||
imageAlt: "Ergotherapie Sitzung",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-friends-training-together-gym_23-2148282923.jpg",
|
||||
imageAlt: "Rehabilitation Übungen",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-doctor-team-ready-work-day_23-2149309947.jpg",
|
||||
imageAlt: "Patientenbetreuung",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-relaxing-spa-holding-cocktails_1157-49807.jpg",
|
||||
imageAlt: "Praxis Atmosphäre",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-machine-treat-knee-joints-patient_169016-56125.jpg",
|
||||
imageAlt: "Moderne Behandlungsmethoden",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-physiotherapist-helping-patient-with-back-problems_23-2149115621.jpg", imageAlt: "Physiotherapie Behandlung" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crutches-empty-couch-living-room-give-mobility-support-people-with-chronic-disability-injury-walking-sticks-helping-with-transportation-physical-accessibility-walk-crutch_482257-37337.jpg", imageAlt: "Ergotherapie Sitzung" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/adult-friends-training-together-gym_23-2148282923.jpg", imageAlt: "Rehabilitation Übungen" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/nurse-doctor-team-ready-work-day_23-2149309947.jpg", imageAlt: "Patientenbetreuung" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-relaxing-spa-holding-cocktails_1157-49807.jpg", imageAlt: "Praxis Atmosphäre" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-machine-treat-knee-joints-patient_169016-56125.jpg", imageAlt: "Moderne Behandlungsmethoden" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38100.jpg",
|
||||
imageAlt: "Therapie Ausstattung",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-gymnastics-with-help-his-young-physical-therapist_169016-43722.jpg",
|
||||
imageAlt: "Aktive Physiotherapie",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-inspirational-art-quote-message_23-2149261733.jpg",
|
||||
imageAlt: "Ergotherapeutische Werkstatt",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-doctor-doing-health-care-consultation-with-young-adult-talking-about-illness-diagnosis-recovery-treatment-office-having-discussion-about-disease-painkillers-medication_482257-48140.jpg",
|
||||
imageAlt: "Professionelle Beratung",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-meeting_107420-84789.jpg",
|
||||
imageAlt: "Gesundheitskurse",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892862.jpg",
|
||||
imageAlt: "Wohlfühlatmosphäre",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt Termin vereinbaren",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38100.jpg", imageAlt: "Therapie Ausstattung" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-gymnastics-with-help-his-young-physical-therapist_169016-43722.jpg", imageAlt: "Aktive Physiotherapie" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-inspirational-art-quote-message_23-2149261733.jpg", imageAlt: "Ergotherapeutische Werkstatt" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-doctor-doing-health-care-consultation-with-young-adult-talking-about-illness-diagnosis-recovery-treatment-office-having-discussion-about-disease-painkillers-medication_482257-48140.jpg", imageAlt: "Professionelle Beratung" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-meeting_107420-84789.jpg", imageAlt: "Gesundheitskurse" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892862.jpg", imageAlt: "Wohlfühlatmosphäre" }
|
||||
]}
|
||||
buttons={[{ text: "Jetzt Termin vereinbaren", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cheerful-happy-girl-smiling-laughing_176420-9603.jpg",
|
||||
alt: "Happy woman avatar",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg",
|
||||
alt: "Senior entrepreneur avatar",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-brunette-longhaired-woman-green-sweater-coquettishly-looks-into-camera-attractive-girl-knitted-outfit-poses-purple-background_197531-28259.jpg",
|
||||
alt: "Brunette woman avatar",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-old-person-portrait_23-2149254398.jpg",
|
||||
alt: "Senior portrait avatar",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034081.jpg",
|
||||
alt: "Cartoon character avatar",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-cheerful-happy-girl-smiling-laughing_176420-9603.jpg", alt: "Happy woman avatar" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg", alt: "Senior entrepreneur avatar" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-brunette-longhaired-woman-green-sweater-coquettishly-looks-into-camera-attractive-girl-knitted-outfit-poses-purple-background_197531-28259.jpg", alt: "Brunette woman avatar" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-old-person-portrait_23-2149254398.jpg", alt: "Senior portrait avatar" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034081.jpg", alt: "Cartoon character avatar" }
|
||||
]}
|
||||
avatarText="Über 500 zufriedene Patienten"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Physiotherapie",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ergotherapie",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Manuelle Therapie",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sportrehabilitation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gesundheitskurse",
|
||||
},
|
||||
{ type: "text", text: "Physiotherapie" },
|
||||
{ type: "text", text: "Ergotherapie" },
|
||||
{ type: "text", text: "Manuelle Therapie" },
|
||||
{ type: "text", text: "Sportrehabilitation" },
|
||||
{ type: "text", text: "Gesundheitskurse" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,10 +86,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Herzlich Willkommen"
|
||||
description={[
|
||||
"Unsere Praxis bietet ein ganzheitliches Konzept aus Ergotherapie und Physiotherapie.",
|
||||
"Wir glauben an die Kombination aus fachlicher Kompetenz und menschlicher Zuwendung.",
|
||||
"Ihr Wohlbefinden ist unser täglicher Antrieb.",
|
||||
]}
|
||||
"Unsere Praxis bietet ein ganzheitliches Konzept aus Ergotherapie und Physiotherapie.", "Wir glauben an die Kombination aus fachlicher Kompetenz und menschlicher Zuwendung.", "Ihr Wohlbefinden ist unser täglicher Antrieb."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,21 +96,9 @@ export default function LandingPage() {
|
||||
title="Unsere Behandlungsschwerpunkte"
|
||||
description="Wir bieten spezialisierte Therapieansätze für alle Altersgruppen."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Orthopädische Physiotherapie",
|
||||
content: "Behandlung von Haltungsschäden, Rückenbeschwerden und Gelenkerkrankungen.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Neurologische Ergotherapie",
|
||||
content: "Unterstützung bei neurologischen Einschränkungen zur Verbesserung des Alltags.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Manuelle Therapie",
|
||||
content: "Gezielte Grifftechniken zur Schmerzlinderung und Mobilitätssteigerung.",
|
||||
},
|
||||
{ id: "1", title: "Orthopädische Physiotherapie", content: "Behandlung von Haltungsschäden, Rückenbeschwerden und Gelenkerkrankungen." },
|
||||
{ id: "2", title: "Neurologische Ergotherapie", content: "Unterstützung bei neurologischen Einschränkungen zur Verbesserung des Alltags." },
|
||||
{ id: "3", title: "Manuelle Therapie", content: "Gezielte Grifftechniken zur Schmerzlinderung und Mobilitätssteigerung." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-nurse-talking-patient_23-2149341491.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -215,42 +112,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Rückenschule",
|
||||
price: "45€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-women-doing-exercises-together-home_23-2149260246.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Autogenes Training",
|
||||
price: "30€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-group-people-sitting-sukhasana_1163-5007.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Yoga für Senioren",
|
||||
price: "25€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-women-doing-yoga-spending-time-together_23-2149260227.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Faszientraining",
|
||||
price: "40€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321599.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Ergonomieberatung",
|
||||
price: "80€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designers-working_1098-16387.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sportmassage",
|
||||
price: "55€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-massage-physiotherapy-session_23-2149143820.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Rückenschule", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/senior-women-doing-exercises-together-home_23-2149260246.jpg" },
|
||||
{ id: "p2", name: "Autogenes Training", price: "30€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-group-people-sitting-sukhasana_1163-5007.jpg" },
|
||||
{ id: "p3", name: "Yoga für Senioren", price: "25€", imageSrc: "http://img.b2bpic.net/free-photo/senior-women-doing-yoga-spending-time-together_23-2149260227.jpg" },
|
||||
{ id: "p4", name: "Faszientraining", price: "40€", imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321599.jpg" },
|
||||
{ id: "p5", name: "Ergonomieberatung", price: "80€", imageSrc: "http://img.b2bpic.net/free-photo/designers-working_1098-16387.jpg" },
|
||||
{ id: "p6", name: "Sportmassage", price: "55€", imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-massage-physiotherapy-session_23-2149143820.jpg" },
|
||||
]}
|
||||
title="Therapie- & Präventionskurse"
|
||||
description="Entdecken Sie unsere ergänzenden Angebote für Ihre Gesundheit."
|
||||
@@ -264,33 +131,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Physiotherapie",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Physiotherapie", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Dr. med. Sabine Müller",
|
||||
subtitle: "Leitende Physiotherapeutin",
|
||||
detail: "Expertin für Manuelle Therapie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168503.jpg",
|
||||
},
|
||||
id: "m1", title: "Dr. med. Sabine Müller", subtitle: "Leitende Physiotherapeutin", detail: "Expertin für Manuelle Therapie.", imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168503.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Thomas Weber",
|
||||
subtitle: "Physiotherapeut",
|
||||
detail: "Spezialisiert auf Sportrehabilitation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg",
|
||||
},
|
||||
id: "m2", title: "Thomas Weber", subtitle: "Physiotherapeut", detail: "Spezialisiert auf Sportrehabilitation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Elena Schmidt",
|
||||
subtitle: "Physiotherapeutin",
|
||||
detail: "Fokus auf neurologische Therapie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780302.jpg",
|
||||
},
|
||||
id: "m3", title: "Elena Schmidt", subtitle: "Physiotherapeutin", detail: "Fokus auf neurologische Therapie.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780302.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-physiotherapist-helping-patient-with-back-problems_23-2149115621.jpg?_wi=2",
|
||||
imageAlt: "professional doctor headshot female",
|
||||
},
|
||||
]}
|
||||
title="Das Therapeutenteam"
|
||||
@@ -303,56 +151,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anna K.",
|
||||
date: "12.02.2024",
|
||||
title: "Dankbar",
|
||||
quote: "Hervorragende Praxis! Meine Rückenschmerzen sind nach wenigen Behandlungen fast weg.",
|
||||
tag: "Sehr zufrieden",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-caucasian-girl-looks-up_141793-103526.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Markus B.",
|
||||
date: "05.01.2024",
|
||||
title: "Sehr kompetent",
|
||||
quote: "Das Team ist super freundlich und fachlich auf einem Top-Niveau.",
|
||||
tag: "Weiterempfehlung",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-standing-clinic_107420-73970.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-making-hand-gestures_23-2150809646.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Julia D.",
|
||||
date: "20.11.2023",
|
||||
title: "Top Ergotherapie",
|
||||
quote: "Endlich kann ich meinen Alltag wieder beschwerdefrei meistern.",
|
||||
tag: "Empfehlenswert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-spanish-woman-posing-studia-looking-camera-smiling-wearing-grey-owersized-sweater_633478-2978.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13340.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Peter S.",
|
||||
date: "15.09.2023",
|
||||
title: "Ganzheitlich",
|
||||
quote: "Tolle Kombination aus Physiotherapie und Ergotherapie hier.",
|
||||
tag: "Sehr zufrieden",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-european-man-with-grey-hair-beard-smiles-pleasantly-looks-directly-front-being-good-mood-has-lucky-day-wears-spectacles-sweater-isolated-blue-wall_273609-44285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-doing-stretching-exercises-with-help-physiotherapist-home_637285-7850.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sabine F.",
|
||||
date: "01.08.2023",
|
||||
title: "Professionell",
|
||||
quote: "Sehr angenehme Atmosphäre und sehr professionelle Behandlung.",
|
||||
tag: "Super",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-woman-brown-turtleneck-confused-surprised-standing-purple-wall_141793-82049.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-father-looking-his-son_23-2148404135.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Anna K.", date: "12.02.2024", title: "Dankbar", quote: "Hervorragende Praxis! Meine Rückenschmerzen sind nach wenigen Behandlungen fast weg.", tag: "Sehr zufrieden", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-caucasian-girl-looks-up_141793-103526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg" },
|
||||
{ id: "t2", name: "Markus B.", date: "05.01.2024", title: "Sehr kompetent", quote: "Das Team ist super freundlich und fachlich auf einem Top-Niveau.", tag: "Weiterempfehlung", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-standing-clinic_107420-73970.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-making-hand-gestures_23-2150809646.jpg" },
|
||||
{ id: "t3", name: "Julia D.", date: "20.11.2023", title: "Top Ergotherapie", quote: "Endlich kann ich meinen Alltag wieder beschwerdefrei meistern.", tag: "Empfehlenswert", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-spanish-woman-posing-studia-looking-camera-smiling-wearing-grey-owersized-sweater_633478-2978.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13340.jpg" },
|
||||
{ id: "t4", name: "Peter S.", date: "15.09.2023", title: "Ganzheitlich", quote: "Tolle Kombination aus Physiotherapie und Ergotherapie hier.", tag: "Sehr zufrieden", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-european-man-with-grey-hair-beard-smiles-pleasantly-looks-directly-front-being-good-mood-has-lucky-day-wears-spectacles-sweater-isolated-blue-wall_273609-44285.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-couple-doing-stretching-exercises-with-help-physiotherapist-home_637285-7850.jpg" },
|
||||
{ id: "t5", name: "Sabine F.", date: "01.08.2023", title: "Professionell", quote: "Sehr angenehme Atmosphäre und sehr professionelle Behandlung.", tag: "Super", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-woman-brown-turtleneck-confused-surprised-standing-purple-wall_141793-82049.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-father-looking-his-son_23-2148404135.jpg" },
|
||||
]}
|
||||
title="Was unsere Patienten sagen"
|
||||
description="Ihre Zufriedenheit liegt uns am Herzen."
|
||||
@@ -364,21 +167,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Benötige ich ein Rezept?",
|
||||
content: "Ja, bitte bringen Sie für alle Kassenleistungen ein ärztliches Rezept mit.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Wie lange dauert eine Sitzung?",
|
||||
content: "Eine reguläre Behandlungseinheit dauert in der Regel 30 bis 60 Minuten.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Gibt es Parkplätze?",
|
||||
content: "Ja, direkt vor der Praxis finden Sie kostenlose Patientenparkplätze.",
|
||||
},
|
||||
{ id: "f1", title: "Benötige ich ein Rezept?", content: "Ja, bitte bringen Sie für alle Kassenleistungen ein ärztliches Rezept mit." },
|
||||
{ id: "f2", title: "Wie lange dauert eine Sitzung?", content: "Eine reguläre Behandlungseinheit dauert in der Regel 30 bis 60 Minuten." },
|
||||
{ id: "f3", title: "Gibt es Parkplätze?", content: "Ja, direkt vor der Praxis finden Sie kostenlose Patientenparkplätze." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/looking-side-thinking-young-female-doctor-wearing-medical-robe-with-stethoscope-sitting-desk-work-computer-with-medical-tools-holding-syringe-isolated-white-wall-with-copy-space_141793-36847.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -391,16 +182,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
text="Sind Sie bereit für Ihre Gesundheit zu tun? Kontaktieren Sie uns für einen Termin."
|
||||
buttons={[
|
||||
{
|
||||
text: "Termin anfragen",
|
||||
href: "tel:+49123456789",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Termin anfragen", href: "tel:+49123456789" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user