From ce0fa51b98215abfd6f747cf9c68e2b05989a482 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 15:42:40 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 281c148..2cc02a5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -29,10 +29,10 @@ export default function HomePage() { }} leftItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/growing-plants-equipment_23-2148928473.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/growing-plants-equipment_23-2148928473.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-flower_23-2148928493.jpg", @@ -161,7 +161,7 @@ export default function HomePage() { "Wifi", "Battery", ], - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg?_wi=2", imageAlt: "modern gardening brand logo icon", }, { @@ -177,7 +177,7 @@ export default function HomePage() { }, ], placeholder: "Support request...", - imageSrc: "http://img.b2bpic.net/free-photo/growing-plants-equipment_23-2148928473.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/growing-plants-equipment_23-2148928473.jpg?_wi=2", imageAlt: "modern gardening brand logo icon", }, ]} -- 2.49.1