From f29e73e5affdce6a505b8c17fff7ca67fa7a68fa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:20:36 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 5a46750..96f7ba8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -91,7 +91,7 @@ export default function ShopPage() { id: "1", name: "Classic Black T-Shirt", price: "₹299", - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-pulling-earlobes-with-fingers-t-shirt-pants-medical-mask-looking-funny_176474-81789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-pulling-earlobes-with-fingers-t-shirt-pants-medical-mask-looking-funny_176474-81789.jpg?_wi=2", imageAlt: "Classic Black T-Shirt", isFavorited: false, initialQuantity: 1, @@ -100,7 +100,7 @@ export default function ShopPage() { id: "2", name: "Graphic Print Tee", price: "₹399", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg?_wi=2", imageAlt: "Graphic Print T-Shirt", isFavorited: false, initialQuantity: 1, @@ -109,7 +109,7 @@ export default function ShopPage() { id: "3", name: "Premium Wireless Earbuds", price: "₹1,499", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-putting-earphones_23-2149409952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-putting-earphones_23-2149409952.jpg?_wi=2", imageAlt: "Wireless Earbuds", isFavorited: false, initialQuantity: 1, @@ -118,7 +118,7 @@ export default function ShopPage() { id: "4", name: "Trendy Crossbody Bag", price: "₹899", - imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-female-student-posing-modern-park-wesring-white-jeans-jacket-t-shirt_273443-3157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-female-student-posing-modern-park-wesring-white-jeans-jacket-t-shirt_273443-3157.jpg?_wi=2", imageAlt: "Crossbody Bag", isFavorited: false, initialQuantity: 1, @@ -127,7 +127,7 @@ export default function ShopPage() { id: "5", name: "Smart Watch Fitness", price: "₹2,499", - imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-smartwatch-happy-burn-much-calories-training-wears-cropped-top-headphones-around-neck-standsoutdoor-exercises-regularly_273609-55740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-smartwatch-happy-burn-much-calories-training-wears-cropped-top-headphones-around-neck-standsoutdoor-exercises-regularly_273609-55740.jpg?_wi=2", imageAlt: "Smart Watch", isFavorited: false, initialQuantity: 1, @@ -136,7 +136,7 @@ export default function ShopPage() { id: "6", name: "Minimalist Wallet", price: "₹449", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-fashionable-woman-park_1153-4186.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-fashionable-woman-park_1153-4186.jpg?_wi=2", imageAlt: "Minimalist Wallet", isFavorited: false, initialQuantity: 1, @@ -145,7 +145,7 @@ export default function ShopPage() { id: "7", name: "White Casual T-Shirt", price: "₹279", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-flea-market_23-2149536973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-flea-market_23-2149536973.jpg?_wi=2", imageAlt: "White Casual T-Shirt", isFavorited: false, initialQuantity: 1, @@ -154,7 +154,7 @@ export default function ShopPage() { id: "8", name: "Stylish Sneakers", price: "₹1,299", - imageSrc: "http://img.b2bpic.net/free-photo/women-with-shopping-bags-mock-up_23-2148312153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-with-shopping-bags-mock-up_23-2148312153.jpg?_wi=2", imageAlt: "Stylish Sneakers", isFavorited: false, initialQuantity: 1, @@ -163,7 +163,7 @@ export default function ShopPage() { id: "9", name: "Summer Collection Hat", price: "₹349", - imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837311.jpg?_wi=2", imageAlt: "Summer Collection Hat", isFavorited: false, initialQuantity: 1,