Update src/app/shop/page.tsx

This commit is contained in:
2026-03-17 00:38:19 +00:00
parent 5548c4b5e3
commit d3a317dbf9

View File

@@ -57,25 +57,25 @@ export default function ShopPage() {
<HeroBillboardCarousel
title="Our Shop"
description="Browse our complete collection of designer clothing, shoes, bags, and accessories."
background="plain"
background={{ variant: "plain" }}
tag="Premium Selection"
tagIcon={ShoppingBag}
tagAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg",
imageAlt: "Hoodies collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg",
imageAlt: "Shirts collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg",
imageAlt: "Sneakers collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg",
imageAlt: "Bags collection",
},
{
@@ -83,7 +83,7 @@ export default function ShopPage() {
imageAlt: "Accessories collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg",
imageAlt: "Mixed fashion display",
},
]}
@@ -104,28 +104,28 @@ export default function ShopPage() {
id: "prod-hoodie-1",
name: "Vintage Champion Hoodie",
price: "$55.00",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg",
imageAlt: "Champion hoodie",
},
{
id: "prod-shirt-1",
name: "Supreme Box Logo Tee",
price: "$65.00",
imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg",
imageAlt: "Supreme tee",
},
{
id: "prod-sneaker-1",
name: "Air Jordan Retro 1",
price: "$150.00",
imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg",
imageAlt: "Jordan 1 sneakers",
},
{
id: "prod-bag-1",
name: "Gucci Marmont Bag",
price: "$180.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg",
imageAlt: "Gucci bag",
},
]}