diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 641de1c..ab95327 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -26,13 +26,13 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cute-red-river-duck-dog-wearing-plaid-bandana_493961-1043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-red-river-duck-dog-wearing-plaid-bandana_493961-1043.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-going-walk-with-her-dog_23-2149392642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-going-walk-with-her-dog_23-2149392642.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/black-white-cat-walking-farmer_23-2148200862.jpg", @@ -131,7 +131,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36172.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cute-red-river-duck-dog-wearing-plaid-bandana_493961-1043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-red-river-duck-dog-wearing-plaid-bandana_493961-1043.jpg?_wi=2", imageAlt: "dog walk outdoors", }, { @@ -146,7 +146,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-woman-with-cat_23-2149304290.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg?_wi=2", imageAlt: "dog walk outdoors", }, { @@ -161,7 +161,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/still-life-yellow-cup_23-2148167156.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-going-walk-with-her-dog_23-2149392642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-going-walk-with-her-dog_23-2149392642.jpg?_wi=2", imageAlt: "dog walk outdoors", }, ]}