Merge version_1 into main #2
137
src/app/page.tsx
137
src/app/page.tsx
@@ -18,23 +18,24 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Service",
|
||||
id: "services",
|
||||
},
|
||||
name: "Service", id: "services"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Burg-Apotheke"
|
||||
/>
|
||||
@@ -46,11 +47,9 @@ export default function LandingPage() {
|
||||
description="Ihre Gesundheit ist unser Fokus. Wir bieten erstklassige Beratung und pharmazeutische Dienstleistungen vor Ort."
|
||||
buttons={[
|
||||
{
|
||||
text: "Kontaktieren Sie uns",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Kontaktieren Sie uns", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-expert-explaining-human-anatomy-patient-cabinet_482257-101575.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-expert-explaining-human-anatomy-patient-cabinet_482257-101575.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,9 +58,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Unsere Philosophie"
|
||||
description={[
|
||||
"Als Burg-Apotheke in Königstein stehen wir für Tradition und fachliche Kompetenz in der Arzneimittelversorgung.",
|
||||
"Ihr Vertrauen ist unser höchstes Gut.",
|
||||
]}
|
||||
"Als Burg-Apotheke in Königstein stehen wir für Tradition und fachliche Kompetenz in der Arzneimittelversorgung.", "Ihr Vertrauen ist unser höchstes Gut."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,22 +69,13 @@ export default function LandingPage() {
|
||||
description="Wir bieten professionelle Services für Ihr Wohlbefinden."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "E-Rezept",
|
||||
content: "Wir lösen Ihr E-Rezept schnell und unkompliziert ein.",
|
||||
},
|
||||
id: "f1", title: "E-Rezept", content: "Wir lösen Ihr E-Rezept schnell und unkompliziert ein."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Medikamenten-Beratung",
|
||||
content: "Individuelle Beratung zu allen Arznei- und Hilfsmitteln.",
|
||||
},
|
||||
id: "f2", title: "Medikamenten-Beratung", content: "Individuelle Beratung zu allen Arznei- und Hilfsmitteln."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Vor-Ort-Messung",
|
||||
content: "Präzise Blutdruck- und Blutzuckermessungen in unserer Apotheke.",
|
||||
},
|
||||
id: "f3", title: "Vor-Ort-Messung", content: "Präzise Blutdruck- und Blutzuckermessungen in unserer Apotheke."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-stethoscope-near-pills-heart-with-cross_23-2147796536.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-stethoscope-near-pills-heart-with-cross_23-2147796536.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -100,20 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Mo-Fr",
|
||||
description: "08:00 - 19:00 Uhr geöffnet",
|
||||
},
|
||||
id: "m1", value: "Mo-Fr", description: "08:00 - 19:00 Uhr geöffnet"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Sa",
|
||||
description: "08:30 - 14:00 Uhr für Sie da",
|
||||
},
|
||||
id: "m2", value: "Sa", description: "08:30 - 14:00 Uhr für Sie da"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Zentral",
|
||||
description: "Frankfurter Straße 7, Königstein",
|
||||
},
|
||||
id: "m3", value: "Zentral", description: "Frankfurter Straße 7, Königstein"},
|
||||
]}
|
||||
title="Unsere Eckdaten"
|
||||
description="Qualität und Erreichbarkeit seit Jahren."
|
||||
@@ -127,50 +106,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Klaus M.",
|
||||
handle: "@klausm",
|
||||
testimonial: "Sehr kompetente Beratung und freundliches Personal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-client-standing-near-pharmacy-counter_259150-57994.jpg",
|
||||
imageAlt: "healthcare consultation pharmacy",
|
||||
},
|
||||
id: "t1", name: "Klaus M.", handle: "@klausm", testimonial: "Sehr kompetente Beratung und freundliches Personal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-client-standing-near-pharmacy-counter_259150-57994.jpg", imageAlt: "healthcare consultation pharmacy"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sabine F.",
|
||||
handle: "@sabinef",
|
||||
testimonial: "Toller Service, immer hilfsbereit und gut sortiert.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-explaining-human-anatomy-patient-cabinet_482257-101575.jpg?_wi=2",
|
||||
imageAlt: "healthcare consultation pharmacy",
|
||||
},
|
||||
id: "t2", name: "Sabine F.", handle: "@sabinef", testimonial: "Toller Service, immer hilfsbereit und gut sortiert.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-explaining-human-anatomy-patient-cabinet_482257-101575.jpg", imageAlt: "healthcare consultation pharmacy"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dieter S.",
|
||||
handle: "@dieters",
|
||||
testimonial: "Die Messungen wurden sehr professionell durchgeführt.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-stethoscope-near-pills-heart-with-cross_23-2147796536.jpg?_wi=2",
|
||||
imageAlt: "healthcare consultation pharmacy",
|
||||
},
|
||||
id: "t3", name: "Dieter S.", handle: "@dieters", testimonial: "Die Messungen wurden sehr professionell durchgeführt.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-stethoscope-near-pills-heart-with-cross_23-2147796536.jpg", imageAlt: "healthcare consultation pharmacy"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Maria W.",
|
||||
handle: "@mariaw",
|
||||
testimonial: "Schnelle Einlösung meiner Rezepte.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-pharmacist-using-pulse-oximeter_482257-81362.jpg",
|
||||
imageAlt: "healthcare consultation pharmacy",
|
||||
},
|
||||
id: "t4", name: "Maria W.", handle: "@mariaw", testimonial: "Schnelle Einlösung meiner Rezepte.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-pharmacist-using-pulse-oximeter_482257-81362.jpg", imageAlt: "healthcare consultation pharmacy"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jens B.",
|
||||
handle: "@jensb",
|
||||
testimonial: "Beste Apotheke in Königstein, absolut empfehlenswert.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-training-male-coworker-with-tablet-pharmacy_23-2150359138.jpg",
|
||||
imageAlt: "healthcare consultation pharmacy",
|
||||
},
|
||||
id: "t5", name: "Jens B.", handle: "@jensb", testimonial: "Beste Apotheke in Königstein, absolut empfehlenswert.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-training-male-coworker-with-tablet-pharmacy_23-2150359138.jpg", imageAlt: "healthcare consultation pharmacy"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Das sagen unsere Kunden"
|
||||
@@ -184,20 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Haben Sie am Wochenende geöffnet?",
|
||||
content: "Samstags sind wir von 08:30 bis 14:00 Uhr für Sie da. Sonntags haben wir geschlossen.",
|
||||
},
|
||||
id: "q1", title: "Haben Sie am Wochenende geöffnet?", content: "Samstags sind wir von 08:30 bis 14:00 Uhr für Sie da. Sonntags haben wir geschlossen."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Bieten Sie Vor-Ort-Messungen an?",
|
||||
content: "Ja, wir messen gerne Ihren Blutdruck und Blutzucker direkt bei uns in der Apotheke.",
|
||||
},
|
||||
id: "q2", title: "Bieten Sie Vor-Ort-Messungen an?", content: "Ja, wir messen gerne Ihren Blutdruck und Blutzucker direkt bei uns in der Apotheke."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Wie reiche ich ein Rezept ein?",
|
||||
content: "Sie können sowohl Papierrezept als auch E-Rezept unkompliziert bei uns einlösen.",
|
||||
},
|
||||
id: "q3", title: "Wie reiche ich ein Rezept ein?", content: "Sie können sowohl Papierrezept als auch E-Rezept unkompliziert bei uns einlösen."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656024.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -211,8 +151,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Besuchen Sie uns"
|
||||
description="Frankfurter Straße 7, 61462 Königstein. Telefon: +49 6174 9929-500"
|
||||
@@ -225,13 +164,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="BURG-APOTHEKE KÖNIGSTEIN"
|
||||
leftLink={{
|
||||
text: "Impressum",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Impressum", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Datenschutz",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Datenschutz", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user