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", }, ]}