diff --git a/src/app/page.tsx b/src/app/page.tsx index ef81dfc..4018d29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/bottom-shoes-isolated-black-background_169016-52853.jpg", imageAlt: "Luxurious shoe display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunglasses-flip-flops-arrangement_23-2148922400.jpg", imageAlt: "Modern leather sneakers"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunglasses-flip-flops-arrangement_23-2148922400.jpg?_wi=1", imageAlt: "Modern leather sneakers"}, ]} mediaAnimation="blur-reveal" rating={5} @@ -87,7 +87,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "UrbanStep", name: "Modern White Sneakers", price: "$129.00", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sunglasses-flip-flops-arrangement_23-2148922400.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sunglasses-flip-flops-arrangement_23-2148922400.jpg?_wi=2"}, { id: "p2", brand: "UrbanStep", name: "Classic Oxford Formal", price: "$189.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-wooden-walkway-lake_181624-31149.jpg"},