From 50f2dc3166856fb56c9ecea3a96665b4af4a05b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:40:25 +0000 Subject: [PATCH 1/3] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index b6cb6c2..3d27953 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -77,7 +77,7 @@ export default function CollectionsPage() { price: "₹699", rating: 4.9, reviewCount: "312", - imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg?_wi=2", imageAlt: "Gym Tank Top", }, { @@ -149,21 +149,21 @@ export default function CollectionsPage() { id: 1, title: "Sports & Athletic Wear", description: "High-performance athletic wear designed for maximum comfort and style during your workouts and active pursuits. Perfect for running, gym sessions, and outdoor activities.", - imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg?_wi=3", imageAlt: "Sports wear collection", }, { id: 2, title: "Party & Evening Wear", description: "Stunning evening wear and cocktail dresses perfect for celebrations, events, and special occasions. Elegant designs that make you stand out.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg?_wi=2", imageAlt: "Party wear collection", }, { id: 3, title: "Fitness & Gym Apparel", description: "Breathable and flexible workout apparel engineered for gym sessions and fitness routines. Combine style with performance.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg?_wi=2", imageAlt: "Gym wear collection", }, ]} @@ -183,7 +183,7 @@ export default function CollectionsPage() { {/* Footer */}