From 2281f079cc2d81885d6ff753120fb8f6073c993b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:25:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69b67fc..5fc8128 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-carrying-basin-with-difinfection-appliances_259150-59494.jpg", imageAlt: "Professional house cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-carrying-basin-with-difinfection-appliances_259150-59494.jpg?_wi=1", imageAlt: "Professional house cleaning service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-cleaning-objects_23-2148104614.jpg", imageAlt: "Deep cleaning detail work"}, + imageSrc: "http://img.b2bpic.net/free-photo/composition-cleaning-objects_23-2148104614.jpg?_wi=1", imageAlt: "Deep cleaning detail work"}, { imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-brush-cleaning-products_23-2148456959.jpg", imageAlt: "Move out cleaning completed"}, { @@ -64,9 +64,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Professional office cleaning service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-carrying-basin-with-difinfection-appliances_259150-59494.jpg", imageAlt: "Residential cleaning completed"}, + imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-carrying-basin-with-difinfection-appliances_259150-59494.jpg?_wi=2", imageAlt: "Residential cleaning completed"}, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-cleaning-objects_23-2148104614.jpg", imageAlt: "Thorough cleaning results"}, + imageSrc: "http://img.b2bpic.net/free-photo/composition-cleaning-objects_23-2148104614.jpg?_wi=2", imageAlt: "Thorough cleaning results"}, ]} buttons={[ { text: "Call Now: 021 262 3911", href: "tel:0212623911" }, -- 2.49.1