diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c8af4c1..aaf984d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -80,16 +80,16 @@ export default function ShopPage() { products={[ { id: "baggy-jeans", brand: "STREETWEAR CO.", name: "Oversized Baggy Jeans", price: "R599", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", imageAlt: "Baggy jeans with fingerprint graphic print"}, + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=3", imageAlt: "Baggy jeans with fingerprint graphic print"}, { id: "long-sleeve", brand: "STREETWEAR CO.", name: "Knife Graphic Long Sleeve", price: "R399", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg", imageAlt: "White long sleeve with artistic knife illustration"}, { id: "tshirt-one", brand: "STREETWEAR CO.", name: "Graphic T-Shirt V1", price: "R299", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Oversized graphic t-shirt with artistic print"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=2", imageAlt: "Oversized graphic t-shirt with artistic print"}, { id: "tshirt-two", brand: "STREETWEAR CO.", name: "Statement T-Shirt V2", price: "R299", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Black t-shirt with bold artistic graphic"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=3", imageAlt: "Black t-shirt with bold artistic graphic"}, ]} />