From 10eabde8655acccbf9cdc8e6c3c4aebc47ca5bfa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 22:27:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13e8df0..e6a9ce4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,22 +55,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-while-throwing-paper-balls-bin_23-2149060347.jpg", imageAlt: "Schoon kantoor interieur" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-while-throwing-paper-balls-bin_23-2149060347.jpg?_wi=1", imageAlt: "Schoon kantoor interieur" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-female-hands-taking-gloves_259150-58123.jpg", imageAlt: "Professioneel schoonmaakteam" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-female-hands-taking-gloves_259150-58123.jpg?_wi=1", imageAlt: "Professioneel schoonmaakteam" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/child-student-playing-school_23-2149511049.jpg", imageAlt: "Schoolruimte schoonmaak" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/child-student-playing-school_23-2149511049.jpg?_wi=1", imageAlt: "Schoolruimte schoonmaak" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124257.jpg", imageAlt: "Bedrijfsfaciliteit onderhoud" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124257.jpg?_wi=1", imageAlt: "Bedrijfsfaciliteit onderhoud" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-while-throwing-paper-balls-bin_23-2149060347.jpg", imageAlt: "Kantoor werkplek" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-while-throwing-paper-balls-bin_23-2149060347.jpg?_wi=2", imageAlt: "Kantoor werkplek" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-female-hands-taking-gloves_259150-58123.jpg", imageAlt: "Schoonmaakservice team" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-female-hands-taking-gloves_259150-58123.jpg?_wi=2", imageAlt: "Schoonmaakservice team" } ]} autoPlay={true} @@ -104,7 +104,7 @@ export default function LandingPage() { features={[ { id: "feature-1", title: "Kantoor Schoonmaak", description: "Dagelijkse of periodieke schoonmaak voor kantoren en werkplekken inclusief bureaus, vloeren, sanitair, afval en pantry.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-female-hands-taking-gloves_259150-58123.jpg", imageAlt: "Kantoor schoonmaak service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-female-hands-taking-gloves_259150-58123.jpg?_wi=3", imageAlt: "Kantoor schoonmaak service" }, items: [ { icon: CheckCircle, text: "Bureaus en werkplekken" }, @@ -116,7 +116,7 @@ export default function LandingPage() { }, { id: "feature-2", title: "Schoonmaak voor Scholen", description: "Hygiƫnische en veilige schoonmaak voor onderwijsinstellingen inclusief klaslokalen, gangen, sanitaire ruimtes en kantines.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/child-student-playing-school_23-2149511049.jpg", imageAlt: "School schoonmaak service" + imageSrc: "http://img.b2bpic.net/free-photo/child-student-playing-school_23-2149511049.jpg?_wi=2", imageAlt: "School schoonmaak service" }, items: [ { icon: CheckCircle, text: "Klaslokalen" }, @@ -128,7 +128,7 @@ export default function LandingPage() { }, { id: "feature-3", title: "Bedrijfspanden", description: "Schoonmaak van grote bedrijfsruimtes inclusief bedrijfsgebouwen, showrooms, winkels en magazijnen met professionele expertise.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124257.jpg", imageAlt: "Bedrijfspanden schoonmaak" + imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124257.jpg?_wi=2", imageAlt: "Bedrijfspanden schoonmaak" }, items: [ { icon: CheckCircle, text: "Bedrijfsgebouwen" },