Update src/app/collections/page.tsx

This commit is contained in:
2026-03-05 22:33:54 +00:00
parent 23a90cf3b8
commit 9544e762e8

View File

@@ -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"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>