diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index b8d1d40..b6cb6c2 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg", 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?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg", imageAlt: "Gym wear collection", }, ]} @@ -183,8 +183,7 @@ export default function CollectionsPage() { {/* Footer */}