From 9544e762e83c456be9f529aaced3d2eae09b4da3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:33:54 +0000 Subject: [PATCH] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 281dbf1..251e604 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -55,22 +55,22 @@ export default function CollectionsPage() { id: 1, title: "Everyday Essentials", description: "Timeless basics and wardrobe staples that work with everything. Quality pieces for daily wear that never go out of style.", imageSrc: - "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"}, + "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=5"}, { id: 2, title: "Statement Pieces", description: "Bold, expressive items that make an impact. From vibrant colors to unique cuts, express your individuality with confidence.", imageSrc: - "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"}, + "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=6"}, { id: 3, title: "Seasonal Trends", description: "Fresh looks that capture the season's hottest trends. Updated regularly to keep your wardrobe current and fashionable.", imageSrc: - "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"}, + "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=7"}, { id: 4, title: "Sustainable Line", description: "Eco-conscious fashion made from organic and recycled materials. Look good while protecting the planet for future generations.", imageSrc: - "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"}, + "http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=8"}, ]} /> @@ -92,27 +92,27 @@ export default function CollectionsPage() { { id: "1", brand: "Clothink", name: "Premium Cotton Dress", price: "$89.00", rating: 5, reviewCount: "342", imageSrc: - "http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg", imageAlt: "Premium cotton dress"}, + "http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg?_wi=3", imageAlt: "Premium cotton dress"}, { id: "2", brand: "Clothink", name: "Casual Linen Shirt", price: "$69.00", rating: 5, reviewCount: "218", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg", imageAlt: "Casual linen shirt"}, + "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=3", imageAlt: "Casual linen shirt"}, { id: "3", brand: "Clothink", name: "Classic Denim Jacket", price: "$129.00", rating: 5, reviewCount: "456", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg", imageAlt: "Classic denim jacket"}, + "http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=3", imageAlt: "Classic denim jacket"}, { id: "4", brand: "Clothink", name: "Organic Jeans", price: "$99.00", rating: 5, reviewCount: "289", imageSrc: - "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg", imageAlt: "Organic jeans"}, + "http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg?_wi=3", imageAlt: "Organic jeans"}, { id: "5", brand: "Clothink", name: "Cozy Knit Sweater", price: "$79.00", rating: 5, reviewCount: "167", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg", imageAlt: "Cozy knit sweater"}, + "http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg?_wi=3", imageAlt: "Cozy knit sweater"}, { id: "6", brand: "Clothink", name: "Modern Sneakers", price: "$119.00", rating: 5, reviewCount: "523", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg", imageAlt: "Modern sneakers"}, + "http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg?_wi=3", imageAlt: "Modern sneakers"}, ]} />