Update src/app/page.tsx

This commit is contained in:
2026-03-06 16:58:37 +00:00
parent c1c868d8be
commit 91920f6519

View File

@@ -86,7 +86,7 @@ export default function HomePage() {
{ text: "Shop Now", href: "/shop" },
{ text: "Explore Trends", href: "#featured" },
]}
imageSrc="http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg"
imageSrc="http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg?_wi=1"
imageAlt="modern fashion hero streetwear lifestyle"
showDimOverlay={true}
/>
@@ -103,7 +103,7 @@ export default function HomePage() {
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=1",
imageAlt: "oversized purple streetwear hoodie mockup",
initialQuantity: 1,
},
@@ -111,7 +111,7 @@ export default function HomePage() {
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=1",
imageAlt: "vintage cargo pants tactical style trendy",
initialQuantity: 1,
},
@@ -119,7 +119,7 @@ export default function HomePage() {
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=1",
imageAlt: "minimalist white blank t-shirt unisex",
initialQuantity: 1,
},
@@ -127,7 +127,7 @@ export default function HomePage() {
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=1",
imageAlt: "bold graphic statement jacket print design",
initialQuantity: 1,
},
@@ -135,7 +135,7 @@ export default function HomePage() {
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=1",
imageAlt: "unisex bucket hat trendy Gen Z accessory",
initialQuantity: 1,
},
@@ -143,7 +143,7 @@ export default function HomePage() {
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=1",
imageAlt: "premium modern sneakers streetwear footwear",
initialQuantity: 1,
},
@@ -166,28 +166,28 @@ export default function HomePage() {
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=1",
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=1",
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=1",
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=1",
imageAlt: "trending fashion collection hot picks display",
},
]}