From e091aca04464832b4f0493086ba5caba2876a15f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:08:10 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index cca7e4d..2e15b96 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -57,7 +57,7 @@ export default function ProductsPage() { name: "Classic Casual Shoes", price: "₹1,299", variant: "Available in Black, Brown, White", - imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg?_wi=3", imageAlt: "mens casual shoes", }, { @@ -65,7 +65,7 @@ export default function ProductsPage() { name: "Women's Fashion Heels", price: "₹1,599", variant: "Available in Red, Black, Nude", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-blue-printed-dress-red-bag-sunglasses-happy-mood-fashionable-outfit-trendy-apparel-smiling-sitting-summer-yellow-high-heel-shoes-accessories_285396-3824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-blue-printed-dress-red-bag-sunglasses-happy-mood-fashionable-outfit-trendy-apparel-smiling-sitting-summer-yellow-high-heel-shoes-accessories_285396-3824.jpg?_wi=3", imageAlt: "womens fashion shoes", }, { @@ -73,7 +73,7 @@ export default function ProductsPage() { name: "Kids Running Shoes", price: "₹899", variant: "Available in Blue, Pink, Green", - imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10311.jpg?_wi=3", imageAlt: "kids shoes", }, { @@ -81,7 +81,7 @@ export default function ProductsPage() { name: "Sports Athletic Shoes", price: "₹1,499", variant: "Available in Black, White, Red", - imageSrc: "http://img.b2bpic.net/free-photo/active-woman-running-stairs_23-2148381928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/active-woman-running-stairs_23-2148381928.jpg?_wi=3", imageAlt: "sports shoes", }, { @@ -89,7 +89,7 @@ export default function ProductsPage() { name: "Comfortable Sandals", price: "₹599", variant: "Available in Brown, Tan, Black", - imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991545.jpg?_wi=2", imageAlt: "sandals", }, { @@ -97,7 +97,7 @@ export default function ProductsPage() { name: "Formal Office Shoes", price: "₹1,799", variant: "Available in Black, Brown, Tan", - imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg?_wi=4", imageAlt: "formal shoes", }, ]}