Update src/app/collections/page.tsx

This commit is contained in:
2026-03-12 10:29:53 +00:00
parent 0419ae3920
commit 22d9a915bf

View File

@@ -157,28 +157,28 @@ export default function CollectionsPage() {
id: "1",
name: "Classic Navy Formal Suit",
price: "₹15,999",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg?_wi=2",
imageAlt: "Navy Formal Suit",
},
{
id: "2",
name: "Casual Beige Blazer Set",
price: "₹8,999",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-lady-walking-outside-city_1303-22977.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-lady-walking-outside-city_1303-22977.jpg?_wi=2",
imageAlt: "Casual Beige Blazer",
},
{
id: "3",
name: "Ornate Embroidered Jacket",
price: "₹12,499",
imageSrc: "http://img.b2bpic.net/free-vector/mexican-floral-embroidery-background_23-2148170643.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/mexican-floral-embroidery-background_23-2148170643.jpg?_wi=2",
imageAlt: "Embroidered Jacket",
},
{
id: "4",
name: "Modern Western Top",
price: "₹4,999",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-talking-phone-park_1303-23987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-talking-phone-park_1303-23987.jpg?_wi=2",
imageAlt: "Western Top",
},
]}