diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 36b4dc2..66a6091 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -76,7 +76,7 @@ export default function ShopPage() { id: "1", name: "Italian Leather Crossbody", price: "$320.00", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-with-chair-hat_23-2149392873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-with-chair-hat_23-2149392873.jpg?_wi=2", imageAlt: "Premium Italian leather crossbody bag", initialQuantity: 1, }, @@ -84,7 +84,7 @@ export default function ShopPage() { id: "2", name: "Swiss Automatic Watch", price: "$890.00", - imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-social-media-banner-instagram-post-template_106176-5912.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-social-media-banner-instagram-post-template_106176-5912.jpg?_wi=2", imageAlt: "Luxury Swiss automatic timepiece", initialQuantity: 1, }, @@ -92,7 +92,7 @@ export default function ShopPage() { id: "3", name: "Designer Polarized Shades", price: "$245.00", - imageSrc: "http://img.b2bpic.net/free-photo/looking-white-closeup-space-lifestyle-pretty_1303-3414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/looking-white-closeup-space-lifestyle-pretty_1303-3414.jpg?_wi=2", imageAlt: "Premium designer polarized sunglasses", initialQuantity: 1, }, @@ -100,7 +100,7 @@ export default function ShopPage() { id: "4", name: "Silk Blend Scarf", price: "$180.00", - imageSrc: "http://img.b2bpic.net/free-photo/emo-resurgence-concept-with-candles-perfume_23-2149829748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/emo-resurgence-concept-with-candles-perfume_23-2149829748.jpg?_wi=1", imageAlt: "Luxury silk blend scarf", initialQuantity: 1, }, @@ -108,7 +108,7 @@ export default function ShopPage() { id: "5", name: "Premium Leather Wallet", price: "$280.00", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-girls-standing-cafe-with-shopping-bags_1157-31448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-girls-standing-cafe-with-shopping-bags_1157-31448.jpg?_wi=4", imageAlt: "Designer leather wallet", initialQuantity: 1, }, @@ -116,7 +116,7 @@ export default function ShopPage() { id: "6", name: "Gold-Plated Bracelet", price: "$420.00", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall_1203-9539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall_1203-9539.jpg?_wi=3", imageAlt: "Luxury gold-plated bracelet", initialQuantity: 1, },