diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e6f2536..39f536d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -50,30 +42,25 @@ export default function LandingPage() {
@@ -83,50 +70,31 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/diensten/page.tsx b/src/app/diensten/page.tsx index 03f667b..16cdd84 100644 --- a/src/app/diensten/page.tsx +++ b/src/app/diensten/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -50,23 +42,14 @@ export default function LandingPage() {
@@ -96,50 +76,31 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/over-ons/page.tsx b/src/app/over-ons/page.tsx index 65bc27f..bcd34c1 100644 --- a/src/app/over-ons/page.tsx +++ b/src/app/over-ons/page.tsx @@ -27,21 +27,13 @@ export default function LandingPage() { @@ -54,19 +46,13 @@ export default function LandingPage() { metrics={[ { icon: Heart, - label: "Persoonlijke aandacht", - value: "100%", - }, + label: "Persoonlijke aandacht", value: "100%"}, { icon: CheckCircle, - label: "Expertise", - value: "Deskundig", - }, + label: "Expertise", value: "Deskundig"}, { icon: Eye, - label: "Passie voor optiek", - value: "Groot", - }, + label: "Passie voor optiek", value: "Groot"}, ]} metricsAnimation="blur-reveal" /> @@ -75,19 +61,15 @@ export default function LandingPage() {
@@ -97,50 +79,31 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 23d916c..1bd526b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,106 +46,56 @@ export default function LandingPage() {
@@ -165,19 +107,13 @@ export default function LandingPage() { metrics={[ { icon: Users, - label: "Jaar ervaring", - value: "25+", - }, + label: "Jaar ervaring", value: "25+"}, { icon: Eye, - label: "Tevreden klanten", - value: "10k+", - }, + label: "Tevreden klanten", value: "10k+"}, { icon: Award, - label: "Gecertificeerde zorg", - value: "100%", - }, + label: "Gecertificeerde zorg", value: "100%"}, ]} metricsAnimation="slide-up" /> @@ -190,20 +126,11 @@ export default function LandingPage() { description="Wij bieden hoogwaardige oogzorg en stijlvolle optiek met persoonlijke aandacht." accordionItems={[ { - id: "optiek", - title: "Optiek", - content: "Een ruime collectie brillen en monturen met persoonlijk stijladvies.", - }, + id: "optiek", title: "Optiek", content: "Een ruime collectie brillen en monturen met persoonlijk stijladvies."}, { - id: "oogzorg", - title: "Oogzorg", - content: "Oogcontroles en preventieve zorg om uw ogen gezond te houden.", - }, + id: "oogzorg", title: "Oogzorg", content: "Oogcontroles en preventieve zorg om uw ogen gezond te houden."}, { - id: "optometrie", - title: "Optometrie", - content: "Professionele oogmetingen en analyse voor het beste zicht.", - }, + id: "optometrie", title: "Optometrie", content: "Professionele oogmetingen en analyse voor het beste zicht."}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-man-covering-his-eye-sight-test_23-2148429665.jpg?_wi=2" mediaAnimation="blur-reveal" @@ -215,21 +142,15 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Veelgestelde Vragen" - description="Alles wat u moet weten over uw bezoek aan onze winkel." + description="Alles wat u moet weten over uw bezoek aan onze winkel. KvK: 09071060." imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923325.jpg?_wi=2" mediaAnimation="blur-reveal" faqsAnimation="slide-up" faqs={[ { - id: "f1", - title: "Heb ik een afspraak nodig?", - content: "Voor een optometrisch onderzoek is een afspraak gewenst. Voor brillenadvies bent u altijd welkom.", - }, + id: "f1", title: "Heb ik een afspraak nodig?", content: "Voor een optometrisch onderzoek is een afspraak gewenst. Voor brillenadvies bent u altijd welkom."}, { - id: "f2", - title: "Wordt een oogmeting vergoed?", - content: "Dit hangt af van uw zorgverzekering. Wij kunnen u adviseren hierover.", - }, + id: "f2", title: "Wordt een oogmeting vergoed?", content: "Dit hangt af van uw zorgverzekering. Wij kunnen u adviseren hierover."}, ]} /> @@ -243,25 +164,12 @@ export default function LandingPage() { description="Heldere tarieven voor topkwaliteit oogzorg." plans={[ { - id: "basis", - badge: "Basiszorg", - price: "Vanaf €45", - subtitle: "Standaard oogmeting", - features: [ - "Refractie meting", - "Adviesgesprek", - ], + id: "basis", badge: "Basiszorg", price: "Vanaf €45", subtitle: "Standaard oogmeting", features: [ + "Refractie meting", "Adviesgesprek"], }, { - id: "pro", - badge: "Optometrie", - price: "Vanaf €85", - subtitle: "Volledige screening", - features: [ - "Medische check", - "Oogdrukmeting", - "Fundusfoto", - ], + id: "pro", badge: "Optometrie", price: "Vanaf €85", subtitle: "Volledige screening", features: [ + "Medische check", "Oogdrukmeting", "Fundusfoto"], }, ]} /> @@ -271,50 +179,31 @@ export default function LandingPage() { ); -} +} \ No newline at end of file