diff --git a/src/app/page.tsx b/src/app/page.tsx index 96a76e9..6c4d393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "p1", brand: "Archive", name: "Luxury Logo Hoodie", price: "$450", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg" }, + { id: "p1", brand: "Archive", name: "Luxury Logo Hoodie", price: "$450", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=1" }, { id: "p2", brand: "Designer", name: "Limited Runner V1", price: "$890", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-african-american-man-jeans-jacket-black-beret-clothes-store-trying-new-footwear_627829-13415.jpg" }, { id: "p3", brand: "Archive", name: "Signature Tee", price: "$180", rating: 4, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2629.jpg" }, { id: "p4", brand: "Street", name: "Classic 5-Panel Cap", price: "$120", rating: 5, reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-autumn-outwear-hat_633478-1980.jpg" }, @@ -169,7 +169,7 @@ export default function LandingPage() {