From 60532d165c011268ef5ca1ca4d8b249966df0c08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:24:55 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 84d358b..f985338 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -47,56 +47,56 @@ export default function ShopPage() { id: "1", name: "Premium Designer Sneakers", price: "$159.99", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-womans-casual-outfits_93675-133151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-womans-casual-outfits_93675-133151.jpg?_wi=2", imageAlt: "Designer sneakers", }, { id: "2", name: "Wireless Noise-Canceling Headphones", price: "$249.99", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=2", imageAlt: "Wireless headphones", }, { id: "3", name: "Luxe Skincare Collection", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-thai-orchid-flowers-bath-accessories_169016-17510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-thai-orchid-flowers-bath-accessories_169016-17510.jpg?_wi=2", imageAlt: "Skincare collection", }, { id: "4", name: "Minimalist Coffee Table", price: "$349.99", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-chair_657883-341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-chair_657883-341.jpg?_wi=2", imageAlt: "Coffee table", }, { id: "5", name: "Pro Yoga Mat with Strap", price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-dumbbell-smart-watch-fruit_1387-200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-dumbbell-smart-watch-fruit_1387-200.jpg?_wi=2", imageAlt: "Yoga mat", }, { id: "6", name: "Bestselling Novel Bundle", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/glasses-old-books-library_23-2147711442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glasses-old-books-library_23-2147711442.jpg?_wi=2", imageAlt: "Book bundle", }, { id: "7", name: "Vintage Leather Jacket", price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-womans-casual-outfits_93675-133151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-womans-casual-outfits_93675-133151.jpg?_wi=3", imageAlt: "Leather jacket", }, { id: "8", name: "4K Smart TV 55-inch", price: "$599.99", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=3", imageAlt: "Smart TV", }, ]}