From 22d9a915bf52edcd3534330be9fac033922cddd2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:29:53 +0000 Subject: [PATCH] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 64b26d3..d854027 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -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", }, ]}