From 0686886d8c03d2bd9c1ea6b1bdfc4c1943ea7e0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:25:33 +0000 Subject: [PATCH] Update src/app/clothing/page.tsx --- src/app/clothing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/clothing/page.tsx b/src/app/clothing/page.tsx index 540f43b..0199a6c 100644 --- a/src/app/clothing/page.tsx +++ b/src/app/clothing/page.tsx @@ -95,21 +95,21 @@ const ClothingPage = () => { id: "clothing-1", name: "Silk Elegance Blouse", price: "$249.00", - imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-woman-with-walking-urban-city-business-street-dressed-warm-brown-coat-blue-suit-spring-autumn-trendy-fashion-street-style-wearing-sunglasses_285396-7147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-woman-with-walking-urban-city-business-street-dressed-warm-brown-coat-blue-suit-spring-autumn-trendy-fashion-street-style-wearing-sunglasses_285396-7147.jpg?_wi=2", imageAlt: "Silk Elegance blouse", }, { id: "clothing-2", name: "Minimalist Premium Dress", price: "$349.00", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-black-dress-grey-spring-coat_613910-7084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-black-dress-grey-spring-coat_613910-7084.jpg?_wi=2", imageAlt: "Minimalist Premium dress", }, { id: "clothing-3", name: "Cashmere Luxury Sweater", price: "$399.00", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg?_wi=2", imageAlt: "Cashmere Luxury sweater", }, ]}