From ce006c11e31345379b00b169225fd8cb4d68bc32 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:56:22 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 6f6123a..14cad4a 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -100,7 +100,7 @@ export default function ProductsPage() { price: "$149.99", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073502.jpg?_wi=2", imageAlt: "Premium leather tote bag", }, { @@ -110,7 +110,7 @@ export default function ProductsPage() { price: "$89.99", rating: 4, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-city-fashion-details-stylish-elegant-woman-wearing-silver-sweater-silk-skirt-luxury-leather-bag-sunglasses-posing-new-york-street-near-business-centers-tap-her-phone_291049-277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-city-fashion-details-stylish-elegant-woman-wearing-silver-sweater-silk-skirt-luxury-leather-bag-sunglasses-posing-new-york-street-near-business-centers-tap-her-phone_291049-277.jpg?_wi=2", imageAlt: "Stylish crossbody shoulder bag", }, { @@ -120,7 +120,7 @@ export default function ProductsPage() { price: "$119.99", rating: 5, reviewCount: "945", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-street_23-2147860899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-street_23-2147860899.jpg?_wi=2", imageAlt: "Modern minimalist backpack", }, { @@ -130,7 +130,7 @@ export default function ProductsPage() { price: "$179.99", rating: 5, reviewCount: "3.1k", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-street-fashionable-outfit-holding-purse-looking-down-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-street-fashionable-outfit-holding-purse-looking-down-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6732.jpg?_wi=2", imageAlt: "Structured premium handbag", }, { @@ -140,7 +140,7 @@ export default function ProductsPage() { price: "$129.99", rating: 4, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-street-fashionable-outfit-holding-purse-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style-posing-high-leather-boots_285396-6750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-street-fashionable-outfit-holding-purse-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style-posing-high-leather-boots_285396-6750.jpg?_wi=2", imageAlt: "Spacious weekend duffel bag", }, { @@ -150,7 +150,7 @@ export default function ProductsPage() { price: "$79.99", rating: 5, reviewCount: "856", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-woman-posing-street-fashionable-outfit-suede-handbag-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-woman-posing-street-fashionable-outfit-suede-handbag-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6756.jpg?_wi=2", imageAlt: "Elegant evening clutch", }, { @@ -160,7 +160,7 @@ export default function ProductsPage() { price: "$159.99", rating: 5, reviewCount: "1.9k", - imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073502.jpg?_wi=3", imageAlt: "Luxury hobo shoulder bag", }, { @@ -170,7 +170,7 @@ export default function ProductsPage() { price: "$99.99", rating: 4, reviewCount: "1.1k", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-city-fashion-details-stylish-elegant-woman-wearing-silver-sweater-silk-skirt-luxury-leather-bag-sunglasses-posing-new-york-street-near-business-centers-tap-her-phone_291049-277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-city-fashion-details-stylish-elegant-woman-wearing-silver-sweater-silk-skirt-luxury-leather-bag-sunglasses-posing-new-york-street-near-business-centers-tap-her-phone_291049-277.jpg?_wi=3", imageAlt: "Versatile everyday sling bag", }, { @@ -180,7 +180,7 @@ export default function ProductsPage() { price: "$189.99", rating: 5, reviewCount: "2.8k", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-street-fashionable-outfit-holding-purse-looking-down-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-street-fashionable-outfit-holding-purse-looking-down-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6732.jpg?_wi=3", imageAlt: "Classic doctor's bag", }, ]} @@ -242,7 +242,7 @@ export default function ProductsPage() {