From 2ae7b767a55ca016efe8517aa8a4097275ec0b85 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:20:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d5491c..0e30f7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,16 @@ export default function LandingPage() { testimonials={[ { name: "Maria van de Berg", handle: "Tevreden klant", testimonial: "Geweldig verzorgd. Mijn huid ziet er fantastisch uit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg?_wi=1"}, { name: "Petra Hendriks", handle: "Regelmatige bezoeker", testimonial: "Professioneel en persoonlijk. Absoluut aanbevolen!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg?_wi=2"}, { name: "Lisa Smeets", handle: "Beauty enthusiast", testimonial: "De beste huidverzorging in de regio. Voelt als een spa-ervaring.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-beauty-portrait-topless-woman-with-perfect-skin-natural-makeup_343596-8088.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-beauty-portrait-topless-woman-with-perfect-skin-natural-makeup_343596-8088.jpg?_wi=1"}, { name: "Emma Dijkstra", handle: "Longterm client", testimonial: "Mijn huid is totaal getransformeerd. Heel blij met de resultaten!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3567.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3567.jpg?_wi=1"}, ]} useInvertedBackground={false} background={{ variant: "plain" }} @@ -116,16 +116,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Anna Peeters", role: "Zakelijke professionals", company: "Utrecht", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg?_wi=3"}, { id: "2", name: "Sophie Kramer", role: "Beauty enthusiast", company: "Berg en Dal", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-woman-standing-kitchen-bathrobe-posing-smiling-camera_1258-193363.jpg?_wi=4"}, { id: "3", name: "Nicole Bosman", role: "Moeder van twee", company: "Nijmegen", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-beauty-portrait-topless-woman-with-perfect-skin-natural-makeup_343596-8088.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-beauty-portrait-topless-woman-with-perfect-skin-natural-makeup_343596-8088.jpg?_wi=2"}, { id: "4", name: "Rita von Dongen", role: "Pensioen", company: "Groesbeek", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3567.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3567.jpg?_wi=2"}, ]} kpiItems={[ { value: "500+", label: "Tevreden Klanten" },