From e4da987a36ac2319cf7bd97c1ff741c0bd76a12a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:44:39 +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 3a575d5..acfab05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg?_wi=1", imageAlt: "Technician cleaning bins", }, { - imageSrc: "http://img.b2bpic.net/free-photo/kid-throwing-plastic-bottle-recycle-bin_23-2148472408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kid-throwing-plastic-bottle-recycle-bin_23-2148472408.jpg?_wi=1", imageAlt: "Professional cleaning equipment", }, { @@ -307,7 +307,7 @@ export default function LandingPage() { text: "Get Started", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg?_wi=2", imageAlt: "garbage bin cleaning residential", }, { @@ -323,7 +323,7 @@ export default function LandingPage() { text: "Get Started", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/kid-throwing-plastic-bottle-recycle-bin_23-2148472408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kid-throwing-plastic-bottle-recycle-bin_23-2148472408.jpg?_wi=2", imageAlt: "garbage bin cleaning residential", }, ]}