From 68f4d8c3d2e188677ede5591927808ab1f29e566 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:19:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be4d9b8..1f1020f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,35 +68,35 @@ export default function LandingPage() { handle: "Verified Client", testimonial: "Zeer goede afwerking, top kwaliteit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg?_wi=1", }, { name: "Ellen Van der Spiegel", handle: "Verified Client", testimonial: "Stipt op tijd en heel nette afwerking. Een aanrader!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smile-face-print-screen-round-wooden-block-with-golden-five-stars-client-customer-satisfaction-after-use-product-service-concept_616485-55.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smile-face-print-screen-round-wooden-block-with-golden-five-stars-client-customer-satisfaction-after-use-product-service-concept_616485-55.jpg?_wi=1", }, { name: "Marco Gandolfi", handle: "Verified Client", testimonial: "Beter vakmanschap kun je niet vinden, tot in de detail perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg?_wi=1", }, { name: "Jeroen Vastmans", handle: "Verified Client", testimonial: "Jonge ondernemer die bruist van energie.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg?_wi=1", }, { name: "Siebe Lembrechts", handle: "Verified Client", testimonial: "Zeer snelle en deftige rioleringswerken.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg?_wi=1", }, ]} buttons={[ @@ -203,7 +203,7 @@ export default function LandingPage() { handle: "Verified Client", testimonial: "Zeer goede afwerking, top kwaliteit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg?_wi=2", }, { id: "2", @@ -211,7 +211,7 @@ export default function LandingPage() { handle: "Verified Client", testimonial: "Stipt op tijd en heel nette afwerking. Een aanrader!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smile-face-print-screen-round-wooden-block-with-golden-five-stars-client-customer-satisfaction-after-use-product-service-concept_616485-55.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smile-face-print-screen-round-wooden-block-with-golden-five-stars-client-customer-satisfaction-after-use-product-service-concept_616485-55.jpg?_wi=2", }, { id: "3", @@ -219,7 +219,7 @@ export default function LandingPage() { handle: "Verified Client", testimonial: "Beter vakmanschap kun je niet vinden.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg?_wi=2", }, { id: "4", @@ -227,7 +227,7 @@ export default function LandingPage() { handle: "Verified Client", testimonial: "Jonge ondernemer die bruist van energie.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg?_wi=2", }, { id: "5", @@ -235,7 +235,7 @@ export default function LandingPage() { handle: "Verified Client", testimonial: "Snelle en deftige rioleringswerken.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg?_wi=2", }, ]} showRating={true}