diff --git a/src/app/page.tsx b/src/app/page.tsx index aa687eb..4874135 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Clock, MapPin, ShieldCheck, Smile, Users } from "lucide-react"; +import { Award, Clock, MapPin, ShieldCheck, Smile, Users, Heart, Pill, Stethoscope, Smartphone } from "lucide-react"; export default function LandingPage() { return ( @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,47 +45,26 @@ export default function LandingPage() {
@@ -102,28 +75,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Vor-Ort-Messungen", - description: "Blutdruck und Blutzuckermessung durch Fachpersonal.", - imageSrc: "http://img.b2bpic.net/free-photo/nurse-checking-blood-pressure-with-digital-bp-monitor-routine-checkup_482257-130835.jpg", - buttonIcon: "Heart", + title: "Vor-Ort-Messungen", description: "Blutdruck und Blutzuckermessung durch Fachpersonal.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-checking-blood-pressure-with-digital-bp-monitor-routine-checkup_482257-130835.jpg", buttonIcon: Heart, }, { - title: "Medikamenten-Management", - description: "Sichere Versorgung mit Ihren Arzneimitteln.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-with-prescription_329181-19485.jpg", - buttonIcon: "Pill", + title: "Medikamenten-Management", description: "Sichere Versorgung mit Ihren Arzneimitteln.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-with-prescription_329181-19485.jpg", buttonIcon: Pill, }, { - title: "Beratung & Service", - description: "Individuelle Gesundheitsberatung bei uns vor Ort.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-bottle-medicine-patient_23-2148757351.jpg", - buttonIcon: "Stethoscope", + title: "Beratung & Service", description: "Individuelle Gesundheitsberatung bei uns vor Ort.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-bottle-medicine-patient_23-2148757351.jpg", buttonIcon: Stethoscope, }, { - title: "Digitaler Service", - description: "Unterstützung bei E-Rezept und digitalen Bestellungen.", - imageSrc: "http://img.b2bpic.net/free-photo/medical-desk-composition-with-empty-clipboard_23-2148502974.jpg", - buttonIcon: "Smartphone", + title: "Digitaler Service", description: "Unterstützung bei E-Rezept und digitalen Bestellungen.", imageSrc: "http://img.b2bpic.net/free-photo/medical-desk-composition-with-empty-clipboard_23-2148502974.jpg", buttonIcon: Smartphone, }, ]} title="Unsere Pharmazeutischen Leistungen" @@ -138,23 +99,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Clock, - title: "Öffnungsstunden/Woche", - value: "60+", - }, + id: "m1", icon: Clock, + title: "Öffnungsstunden/Woche", value: "60+"}, { - id: "m2", - icon: Award, - title: "Jahre Erfahrung", - value: "20+", - }, + id: "m2", icon: Award, + title: "Jahre Erfahrung", value: "20+"}, { - id: "m3", - icon: Users, - title: "Zufriedene Kunden", - value: "10k+", - }, + id: "m3", icon: Users, + title: "Zufriedene Kunden", value: "10k+"}, ]} title="Burg-Apotheke in Zahlen" description="Vertrauen durch fachliche Expertise und jahrelange Erfahrung." @@ -168,19 +120,13 @@ export default function LandingPage() { metrics={[ { icon: ShieldCheck, - label: "Qualität", - value: "DIN ISO", - }, + label: "Qualität", value: "DIN ISO"}, { icon: Smile, - label: "Service-Fokus", - value: "100%", - }, + label: "Service-Fokus", value: "100%"}, { icon: MapPin, - label: "Königstein", - value: "Frankfurter Str.", - }, + label: "Königstein", value: "Frankfurter Str."}, ]} metricsAnimation="blur-reveal" /> @@ -194,45 +140,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Wagner", - role: "Patientin", - company: "Königstein", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-notes-about-patient_23-2148757365.jpg", - }, + id: "1", name: "Sarah Wagner", role: "Patientin", company: "Königstein", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-notes-about-patient_23-2148757365.jpg"}, { - id: "2", - name: "Thomas Müller", - role: "Stammkunde", - company: "Königstein", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", - }, + id: "2", name: "Thomas Müller", role: "Stammkunde", company: "Königstein", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg"}, { - id: "3", - name: "Elena Schmidt", - role: "Patientin", - company: "Taunus", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg", - }, + id: "3", name: "Elena Schmidt", role: "Patientin", company: "Taunus", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg"}, { - id: "4", - name: "Dieter Koch", - role: "Stammkunde", - company: "Königstein", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187359.jpg", - }, + id: "4", name: "Dieter Koch", role: "Stammkunde", company: "Königstein", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187359.jpg"}, { - id: "5", - name: "Maria Weber", - role: "Patientin", - company: "Taunus", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg", - }, + id: "5", name: "Maria Weber", role: "Patientin", company: "Taunus", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg"}, ]} title="Das sagen unsere Kunden" description="Erfahren Sie, warum Patienten der Burg-Apotheke vertrauen." @@ -244,20 +165,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Bieten Sie E-Rezept Service an?", - content: "Ja, wir akzeptieren das E-Rezept und unterstützen Sie bei der Abwicklung.", - }, + id: "f1", title: "Bieten Sie E-Rezept Service an?", content: "Ja, wir akzeptieren das E-Rezept und unterstützen Sie bei der Abwicklung."}, { - id: "f2", - title: "Wie sind die Öffnungszeiten?", - content: "Montag bis Freitag: 08:00 - 19:00 Uhr, Samstag: 08:30 - 14:00 Uhr.", - }, + id: "f2", title: "Wie sind die Öffnungszeiten?", content: "Montag bis Freitag: 08:00 - 19:00 Uhr, Samstag: 08:30 - 14:00 Uhr."}, { - id: "f3", - title: "Kann ich Medikamente vorbestellen?", - content: "Gerne per E-Mail unter bestellung@apotheke-koenigstein.de oder telefonisch.", - }, + id: "f3", title: "Kann ich Medikamente vorbestellen?", content: "Gerne per E-Mail unter bestellung@apotheke-koenigstein.de oder telefonisch."}, ]} sideTitle="Häufige Fragen" sideDescription="Alles, was Sie über unsere Services wissen sollten." @@ -269,14 +181,11 @@ export default function LandingPage() { @@ -286,29 +195,19 @@ export default function LandingPage() { logoText="BURG-APOTHEKE KÖNIGSTEIN" columns={[ { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { - label: "Frankfurter Str. 7", - href: "#", - }, + label: "Frankfurter Str. 7", href: "#"}, { - label: "06174 9929-500", - href: "tel:+4961749929500", - }, + label: "06174 9929-500", href: "tel:+4961749929500"}, ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ], }, ]}