Merge version_1 into main #2
228
src/app/page.tsx
228
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "services",
|
||||
},
|
||||
name: "Leistungen", id: "services"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Boadu / Engelhardt"
|
||||
/>
|
||||
@@ -56,66 +48,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Gemeinschaftspraxis Boadu / Engelhardt"
|
||||
description="Medizin, die zuhört. Wir nehmen uns Zeit für Sie – mit moderner Medizin und persönlicher Betreuung für die ganze Familie."
|
||||
buttons={[
|
||||
{
|
||||
text: "Termin anfragen",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Termin anfragen", href: "#contact"},
|
||||
{
|
||||
text: "Kontakt aufnehmen",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Kontakt aufnehmen", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg"
|
||||
imageAlt="Arzt im Gespräch mit Patienten"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430772.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430772.jpg", alt: "Patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-patient-undergoing-physical-evaluation_23-2150165440.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-patient-undergoing-physical-evaluation_23-2150165440.jpg", alt: "Patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg", alt: "Patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-patient-undergoing-physical-evaluation_23-2150165500.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-patient-undergoing-physical-evaluation_23-2150165500.jpg", alt: "Patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chrome-team-bargain-health-work_1134-1307.jpg",
|
||||
alt: "Arzt",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chrome-team-bargain-health-work_1134-1307.jpg", alt: "Arzt"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Hausärztliche Betreuung",
|
||||
},
|
||||
type: "text", text: "Hausärztliche Betreuung"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Moderne Vorsorge",
|
||||
},
|
||||
type: "text", text: "Moderne Vorsorge"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Familiengesundheit",
|
||||
},
|
||||
type: "text", text: "Familiengesundheit"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Präventivmedizin",
|
||||
},
|
||||
type: "text", text: "Präventivmedizin"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seit über 20 Jahren",
|
||||
},
|
||||
type: "text", text: "Seit über 20 Jahren"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,17 +94,11 @@ export default function LandingPage() {
|
||||
description="Wir glauben, dass gute Medizin Zeit braucht. Deshalb hören wir zu, erklären verständlich und begleiten Sie langfristig."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Patientenfokus",
|
||||
},
|
||||
value: "100%", title: "Patientenfokus"},
|
||||
{
|
||||
value: "Gen.",
|
||||
title: "Generationenvertrauen",
|
||||
},
|
||||
value: "Gen.", title: "Generationenvertrauen"},
|
||||
{
|
||||
value: "Organisiert",
|
||||
title: "Geringe Wartezeit",
|
||||
},
|
||||
value: "Organisiert", title: "Geringe Wartezeit"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821273.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -152,28 +113,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Allgemeinmedizin",
|
||||
description: "Umfassende hausärztliche Grundversorgung für akute und chronische Beschwerden.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Activity,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-wearing-white-coat-front-view_23-2149844581.jpg",
|
||||
imageAlt: "Smiley doctor wearing white coat front view",
|
||||
title: "Allgemeinmedizin", description: "Umfassende hausärztliche Grundversorgung für akute und chronische Beschwerden.", bentoComponent: "reveal-icon", icon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Vorsorge & Check-up",
|
||||
description: "Regelmäßige Gesundheitsuntersuchungen zur Früherkennung und langfristigen Prävention.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg?_wi=2",
|
||||
imageAlt: "Smiley doctor wearing white coat front view",
|
||||
title: "Vorsorge & Check-up", description: "Regelmäßige Gesundheitsuntersuchungen zur Früherkennung und langfristigen Prävention.", bentoComponent: "reveal-icon", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Familienmedizin",
|
||||
description: "Medizinische Betreuung für alle Altersgruppen – von Jung bis Alt.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chrome-team-bargain-health-work_1134-1307.jpg?_wi=1",
|
||||
imageAlt: "Smiley doctor wearing white coat front view",
|
||||
title: "Familienmedizin", description: "Medizinische Betreuung für alle Altersgruppen – von Jung bis Alt.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Unsere Leistungen"
|
||||
@@ -189,33 +135,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "b1",
|
||||
name: "Dr. Boadu",
|
||||
role: "Facharzt",
|
||||
description: "Ihr Hausarzt mit Fokus auf ganzheitliche Medizin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chrome-team-bargain-health-work_1134-1307.jpg?_wi=2",
|
||||
},
|
||||
id: "b1", name: "Dr. Boadu", role: "Facharzt", description: "Ihr Hausarzt mit Fokus auf ganzheitliche Medizin.", imageSrc: "http://img.b2bpic.net/free-photo/chrome-team-bargain-health-work_1134-1307.jpg"},
|
||||
{
|
||||
id: "e1",
|
||||
name: "Dr. Engelhardt",
|
||||
role: "Facharzt",
|
||||
description: "Spezialist für moderne Vorsorgemedizin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-world-health-day_23-2151196800.jpg",
|
||||
},
|
||||
id: "e1", name: "Dr. Engelhardt", role: "Facharzt", description: "Spezialist für moderne Vorsorgemedizin.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-world-health-day_23-2151196800.jpg"},
|
||||
{
|
||||
id: "t1",
|
||||
name: "Praxisteam",
|
||||
role: "Medizinische Fachangestellte",
|
||||
description: "Starkes Team für reibungslose Abläufe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-cheerful-young-diverse-business-people_1262-1185.jpg",
|
||||
},
|
||||
id: "t1", name: "Praxisteam", role: "Medizinische Fachangestellte", description: "Starkes Team für reibungslose Abläufe.", imageSrc: "http://img.b2bpic.net/free-photo/successful-cheerful-young-diverse-business-people_1262-1185.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Empfangsteam",
|
||||
role: "Service & Organisation",
|
||||
description: "Ihr erster Kontakt für alle Belange.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-happy-exited-sticking-out-tongue-standing-pink-wall_141793-47755.jpg",
|
||||
},
|
||||
id: "t2", name: "Empfangsteam", role: "Service & Organisation", description: "Ihr erster Kontakt für alle Belange.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-happy-exited-sticking-out-tongue-standing-pink-wall_141793-47755.jpg"},
|
||||
]}
|
||||
title="Ihre Ärzte & unser Team"
|
||||
description="Kompetenz trifft Menschlichkeit. Unser Team kümmert sich um Sie."
|
||||
@@ -230,25 +156,15 @@ export default function LandingPage() {
|
||||
author="Sarah M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", alt: "Patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-16454.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-16454.jpg", alt: "Patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-explaining-diagnosis-her-young-woman-patient_1139-1156.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-explaining-diagnosis-her-young-woman-patient_1139-1156.jpg", alt: "Patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-woman-talking_23-2148894920.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-woman-talking_23-2148894920.jpg", alt: "Patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2110.jpg",
|
||||
alt: "Patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2110.jpg", alt: "Patient"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -261,20 +177,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Wie vereinbare ich einen Termin?",
|
||||
content: "Gerne telefonisch oder über unsere Online-Terminanfrage.",
|
||||
},
|
||||
id: "f1", title: "Wie vereinbare ich einen Termin?", content: "Gerne telefonisch oder über unsere Online-Terminanfrage."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Was tun bei akuten Beschwerden?",
|
||||
content: "Kommen Sie am besten früh morgens in unsere Akutsprechstunde.",
|
||||
},
|
||||
id: "f2", title: "Was tun bei akuten Beschwerden?", content: "Kommen Sie am besten früh morgens in unsere Akutsprechstunde."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Ist die Praxis barrierefrei?",
|
||||
content: "Ja, unsere Praxis ist vollständig barrierefrei zugänglich.",
|
||||
},
|
||||
id: "f3", title: "Ist die Praxis barrierefrei?", content: "Ja, unsere Praxis ist vollständig barrierefrei zugänglich."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-nurse-duty-communicating-with-mature-man-reception-desk-clinic_637285-471.jpg"
|
||||
title="Häufige Fragen"
|
||||
@@ -291,34 +198,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
title: "Patienten",
|
||||
items: [
|
||||
"Vorsorge",
|
||||
"Behandlung",
|
||||
"Beratung",
|
||||
],
|
||||
id: "m1", value: "1000+", title: "Patienten", items: [
|
||||
"Vorsorge", "Behandlung", "Beratung"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
title: "Jahre Erfahrung",
|
||||
items: [
|
||||
"Tradition",
|
||||
"Wissen",
|
||||
"Vertrauen",
|
||||
],
|
||||
id: "m2", value: "20+", title: "Jahre Erfahrung", items: [
|
||||
"Tradition", "Wissen", "Vertrauen"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3",
|
||||
title: "Generationen",
|
||||
items: [
|
||||
"Familie",
|
||||
"Nah",
|
||||
"Beständig",
|
||||
],
|
||||
id: "m3", value: "3", title: "Generationen", items: [
|
||||
"Familie", "Nah", "Beständig"],
|
||||
},
|
||||
]}
|
||||
title="Für Generationen da"
|
||||
@@ -330,18 +219,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Wir sind für Sie da. Kontaktieren Sie uns gerne für ein Erstgespräch oder eine Terminvereinbarung."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+49123456789",
|
||||
},
|
||||
text: "Jetzt anrufen", href: "tel:+49123456789"},
|
||||
{
|
||||
text: "Termin anfragen",
|
||||
href: "#",
|
||||
},
|
||||
text: "Termin anfragen", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -351,29 +235,19 @@ export default function LandingPage() {
|
||||
logoText="Boadu / Engelhardt"
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Telefon",
|
||||
href: "tel:+49123456789",
|
||||
},
|
||||
label: "Telefon", href: "tel:+49123456789"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@praxis-boadu-engelhardt.de",
|
||||
},
|
||||
label: "Email", href: "mailto:info@praxis-boadu-engelhardt.de"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user