From 209ff016682d45697decf79e1418d7148daaa547 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 09:33:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b8368a..f750df3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,11 +86,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Anke V.", role: "Klant", testimonial: "De rust in huis is ongekend. José werkt zo efficiënt!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" }, + { id: "1", name: "Anke V.", role: "Klant", testimonial: "De rust in huis is ongekend. José werkt zo efficiënt!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1" }, { id: "2", name: "Mark D.", role: "Klant", testimonial: "Eindelijk overzicht in onze keuken. Een echte aanrader.", imageSrc: "http://img.b2bpic.net/free-photo/woman-home-with-brushes_23-2147611457.jpg" }, { id: "3", name: "Sophie L.", role: "Klant", testimonial: "Prachtig design, alles heeft nu een logische plek.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-cooking-man_23-2147766909.jpg" }, { id: "4", name: "Eva J.", role: "Klant", testimonial: "José voelde perfect aan wat we nodig hadden.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" }, - { id: "5", name: "Thomas K.", role: "Klant", testimonial: "Zeer professioneel en resultaatgericht. Mijn thuiskantoor is eindelijk productief.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" } + { id: "5", name: "Thomas K.", role: "Klant", testimonial: "Zeer professioneel en resultaatgericht. Mijn thuiskantoor is eindelijk productief.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2" } ]} title="Wat klanten zeggen" description="Ervaringen van mensen die ik mocht helpen naar een opgeruimd leven." -- 2.49.1