diff --git a/src/app/page.tsx b/src/app/page.tsx index a91a902..3758031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function HomePage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg", imageAlt: "Multicultural marketplace showcase"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg?_wi=1", imageAlt: "Multicultural marketplace showcase"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg", imageAlt: "Featured drinks collection"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg?_wi=1", imageAlt: "Featured drinks collection"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg", imageAlt: "International beverages"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg?_wi=1", imageAlt: "International beverages"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Specialty snacks"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=1", imageAlt: "Specialty snacks"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Global products"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=2", imageAlt: "Global products"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg", imageAlt: "Multicultural variety"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=1", imageAlt: "Multicultural variety"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -96,22 +96,22 @@ export default function HomePage() {