From d6e0459de12c750569b33287524be08753f15b0b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 20:42:45 +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 fec7f00..86a02c9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,10 +28,10 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213540.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22203.jpg", @@ -96,7 +96,7 @@ export default function HomePage() { }, ], placeholder: "Strategy...", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213540.jpg?_wi=2", imageAlt: "minimalist transport logo design", }, { @@ -120,7 +120,7 @@ export default function HomePage() { }, ], completedLabel: "Done", - imageSrc: "http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg?_wi=2", imageAlt: "minimalist transport logo design", }, ]}