Update src/app/shop/page.tsx

This commit is contained in:
2026-03-06 16:58:38 +00:00
parent e20b3317f0
commit 6625f529bc

View File

@@ -85,28 +85,28 @@ export default function ShopPage() {
id: "1",
title: "Men's Collection",
tags: ["Streetwear", "Trending"],
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-looking-phone_197531-33444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-looking-phone_197531-33444.jpg?_wi=2",
imageAlt: "men's fashion collection streetwear display",
},
{
id: "2",
title: "Women's Collection",
tags: ["Fashion", "Trending"],
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-towel-flip-flops-hat_23-2147632007.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-towel-flip-flops-hat_23-2147632007.jpg?_wi=2",
imageAlt: "women's fashion collection trendy outfit",
},
{
id: "3",
title: "Accessories",
tags: ["Style", "Complete Your Look"],
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg?_wi=2",
imageAlt: "fashion accessories collection flat lay arrangement",
},
{
id: "4",
title: "Trending Now",
tags: ["Hot Picks", "Limited Stock"],
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-skateboard_23-2148436069.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-skateboard_23-2148436069.jpg?_wi=2",
imageAlt: "trending fashion collection hot picks display",
},
]}
@@ -127,7 +127,7 @@ export default function ShopPage() {
id: "1",
name: "Oversized Streetwear Hoodie",
price: "₹1,299",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-pink-background_89887-886.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-pink-background_89887-886.jpg?_wi=2",
imageAlt: "oversized purple streetwear hoodie mockup",
initialQuantity: 1,
},
@@ -135,7 +135,7 @@ export default function ShopPage() {
id: "2",
name: "Vintage Cargo Pants",
price: "₹1,599",
imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-standing-bed-holding-cup-coffee_23-2147906474.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-standing-bed-holding-cup-coffee_23-2147906474.jpg?_wi=2",
imageAlt: "vintage cargo pants tactical style trendy",
initialQuantity: 1,
},
@@ -143,7 +143,7 @@ export default function ShopPage() {
id: "3",
name: "Minimalist White Tee",
price: "₹799",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-teen-boy-white-t-shirt_176474-96265.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-teen-boy-white-t-shirt_176474-96265.jpg?_wi=2",
imageAlt: "minimalist white blank t-shirt unisex",
initialQuantity: 1,
},
@@ -151,7 +151,7 @@ export default function ShopPage() {
id: "4",
name: "Bold Graphic Jacket",
price: "₹2,499",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-medium-shot_23-2148323661.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-medium-shot_23-2148323661.jpg?_wi=2",
imageAlt: "bold graphic statement jacket print design",
initialQuantity: 1,
},
@@ -159,7 +159,7 @@ export default function ShopPage() {
id: "5",
name: "Unisex Bucket Hat",
price: "₹599",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-suffering-from-neck-pain-jacket-pants-hat-looking-tired-front-view_176474-39287.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-suffering-from-neck-pain-jacket-pants-hat-looking-tired-front-view_176474-39287.jpg?_wi=2",
imageAlt: "unisex bucket hat trendy Gen Z accessory",
initialQuantity: 1,
},
@@ -167,7 +167,7 @@ export default function ShopPage() {
id: "6",
name: "Premium Sneakers",
price: "₹3,499",
imageSrc: "http://img.b2bpic.net/free-photo/low-section-young-male-athlete-feet-garden_23-2148124248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-section-young-male-athlete-feet-garden_23-2148124248.jpg?_wi=2",
imageAlt: "premium modern sneakers streetwear footwear",
initialQuantity: 1,
},
@@ -175,7 +175,7 @@ export default function ShopPage() {
id: "7",
name: "Classic Denim Jacket",
price: "₹1,899",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-pink-background_89887-886.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-pink-background_89887-886.jpg?_wi=3",
imageAlt: "classic denim jacket timeless style",
initialQuantity: 1,
},
@@ -183,7 +183,7 @@ export default function ShopPage() {
id: "8",
name: "Relaxed Fit Joggers",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-standing-bed-holding-cup-coffee_23-2147906474.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-standing-bed-holding-cup-coffee_23-2147906474.jpg?_wi=3",
imageAlt: "relaxed fit joggers comfortable wear",
initialQuantity: 1,
},
@@ -191,7 +191,7 @@ export default function ShopPage() {
id: "9",
name: "Crop Top Essentials",
price: "₹599",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-medium-shot_23-2148323661.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-medium-shot_23-2148323661.jpg?_wi=3",
imageAlt: "trendy crop top fashion piece",
initialQuantity: 1,
},