From 2768d0c4d924a1822f0ff07c25f3fd160fca37b6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:46:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 179 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa30608..0af8479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,37 +47,24 @@ export default function LandingPage() {
@@ -98,23 +77,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: CheckCircle, - title: "Tevreden Klanten", - value: "10.000+", - }, + id: "m1", icon: CheckCircle, + title: "Tevreden Klanten", value: "10.000+"}, { - id: "m2", - icon: Award, - title: "Jaren Ervaring", - value: "15+", - }, + id: "m2", icon: Award, + title: "Jaren Ervaring", value: "15+"}, { - id: "m3", - icon: Truck, - title: "Snelle Levering", - value: "24u", - }, + id: "m3", icon: Truck, + title: "Snelle Levering", value: "24u"}, ]} title="Onze Impact" description="Wij groeien samen met onze tevreden klanten." @@ -123,46 +93,23 @@ export default function LandingPage() {
@@ -192,30 +132,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Jan de Vries", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg", - }, + id: "t1", name: "Jan de Vries", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"}, { - id: "t2", - name: "Marieke Janssen", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-african-american-woman-with-dark-curly-hair-smiling-camera-near-with-copy-space-your-advertisement-colorful-background-space-text_574295-4835.jpg", - }, + id: "t2", name: "Marieke Janssen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-african-american-woman-with-dark-curly-hair-smiling-camera-near-with-copy-space-your-advertisement-colorful-background-space-text_574295-4835.jpg"}, { - id: "t3", - name: "Pieter Bakker", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", - }, + id: "t3", name: "Pieter Bakker", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg"}, { - id: "t4", - name: "Sophie Willems", - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", - }, + id: "t4", name: "Sophie Willems", imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"}, { - id: "t5", - name: "Mark Peters", - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-close-eyes-showing-okay-ok-sign-zero-gesture-no-proble-praise-awesome-good-thing-standing-stylish-outfit-against-white-background_176420-46697.jpg", - }, + id: "t5", name: "Mark Peters", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-close-eyes-showing-okay-ok-sign-zero-gesture-no-proble-praise-awesome-good-thing-standing-stylish-outfit-against-white-background_176420-46697.jpg"}, ]} cardTitle="Klantbeoordelingen" cardTag="Recensies" @@ -228,20 +153,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Wat zijn de levertijden?", - content: "Wij leveren doorgaans binnen 1-2 werkdagen.", - }, + id: "q1", title: "Wat zijn de levertijden?", content: "Wij leveren doorgaans binnen 1-2 werkdagen."}, { - id: "q2", - title: "Kan ik mijn product retourneren?", - content: "Natuurlijk, u heeft 30 dagen bedenktijd.", - }, + id: "q2", title: "Kan ik mijn product retourneren?", content: "Natuurlijk, u heeft 30 dagen bedenktijd."}, { - id: "q3", - title: "Bieden jullie garantie?", - content: "Op al onze producten zit minimaal 1 jaar garantie.", - }, + id: "q3", title: "Bieden jullie garantie?", content: "Op al onze producten zit minimaal 1 jaar garantie."}, ]} sideTitle="Veelgestelde vragen" faqsAnimation="blur-reveal" @@ -252,8 +168,7 @@ export default function LandingPage() {
-- 2.49.1