Update src/app/clothing/page.tsx

This commit is contained in:
2026-03-17 02:25:33 +00:00
parent 0cfb3c51f5
commit 0686886d8c

View File

@@ -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",
},
]}