diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8dcf7c8..1b6a53c 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -80,7 +80,7 @@ export default function ShopPage() { name: "Executive Leather Loafers", price: "₹4,999", variant: "Black, Brown", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=3", imageAlt: "Executive leather loafers", }, { @@ -88,7 +88,7 @@ export default function ShopPage() { name: "Urban Comfort Sneakers", price: "₹3,499", variant: "White, Navy, Gray", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=2", imageAlt: "Urban comfort sneakers", }, { @@ -96,7 +96,7 @@ export default function ShopPage() { name: "Elegant Formal Oxfords", price: "₹5,499", variant: "Black, Tan", - imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg?_wi=2", imageAlt: "Elegant formal oxfords", }, { @@ -104,7 +104,7 @@ export default function ShopPage() { name: "Premium Running Shoes", price: "₹4,299", variant: "Red, Black, Blue", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=4", imageAlt: "Premium running shoes", }, { @@ -112,7 +112,7 @@ export default function ShopPage() { name: "Casual Canvas Slip-ons", price: "₹2,799", variant: "Navy, Beige, White", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=3", imageAlt: "Casual canvas slip-ons", }, { @@ -120,7 +120,7 @@ export default function ShopPage() { name: "Sandals & Slippers", price: "₹1,999", variant: "Brown, Black", - imageSrc: "http://img.b2bpic.net/free-photo/summer-background-with-flip-flops-copyspace_23-2147809843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-background-with-flip-flops-copyspace_23-2147809843.jpg?_wi=2", imageAlt: "Comfortable sandals and slippers", }, ]}