diff --git a/src/app/page.tsx b/src/app/page.tsx index 723f8cf..4c4b5d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "AthleteGear", name: "Pro Performance Hoodie", price: "$89.99", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg", imageAlt: "Pro Performance Hoodie"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg?_wi=1", imageAlt: "Pro Performance Hoodie"}, { id: "2", brand: "AthleteGear", name: "Ultra Running Shorts", price: "$59.99", rating: 5, reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-stretching-her-leg_23-2148235754.jpg", imageAlt: "Ultra Running Shorts"}, @@ -78,7 +78,7 @@ export default function LandingPage() { reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wireless-earphones-white-cap-dreamily-looking-aside-while-spending-time-treadmill-stadium_574295-5567.jpg", imageAlt: "Champion Training Tee"}, { id: "4", brand: "AthleteGear", name: "Elite Sports Jacket", price: "$129.99", rating: 5, - reviewCount: "567", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg", imageAlt: "Elite Sports Jacket"}, + reviewCount: "567", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg?_wi=2", imageAlt: "Elite Sports Jacket"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"