Update src/app/women/page.tsx

This commit is contained in:
2026-03-29 21:56:47 +00:00
parent 9e5e3b7150
commit 76187e652f

View File

@@ -73,14 +73,14 @@ export default function LandingPage() {
name: "Evening Gown",
price: "$800",
variant: "Black",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884577.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884577.jpg?_wi=2",
},
{
id: "w2",
name: "Tote Bag",
price: "$450",
variant: "Tan",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-dressed-floral-dress_158595-4779.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-dressed-floral-dress_158595-4779.jpg?_wi=2",
},
]}
/>