Update src/app/shop/page.tsx

This commit is contained in:
2026-03-02 20:17:24 +00:00
parent 8ef3057112
commit eb7e66fa5e

View File

@@ -47,16 +47,16 @@ export default function ShopPage() {
tag="Shop All"
products={[
{
id: "1", name: "Breaking Walls Hoodie", price: "$89", variant: "Black 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg", imageAlt: "Breaking Walls premium hoodie collection", isFavorited: false,
id: "1", name: "Breaking Walls Hoodie", price: "$89", variant: "Black 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg?_wi=2", imageAlt: "Breaking Walls premium hoodie collection", isFavorited: false,
},
{
id: "2", name: "Identity Graphic T-Shirt", price: "$49", variant: "Off-White 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg", imageAlt: "Identity graphic t-shirt with cultural design", isFavorited: false,
id: "2", name: "Identity Graphic T-Shirt", price: "$49", variant: "Off-White 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg?_wi=2", imageAlt: "Identity graphic t-shirt with cultural design", isFavorited: false,
},
{
id: "3", name: "Limited Drop: Heritage Series", price: "$129", variant: "Olive Green Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg", imageAlt: "Limited edition heritage series collection", isFavorited: false,
id: "3", name: "Limited Drop: Heritage Series", price: "$129", variant: "Olive Green Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=2", imageAlt: "Limited edition heritage series collection", isFavorited: false,
},
{
id: "4", name: "Resistance Track Jacket", price: "$119", variant: "Sand 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg", imageAlt: "Resistance track jacket in premium fabric", isFavorited: false,
id: "4", name: "Resistance Track Jacket", price: "$119", variant: "Sand 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg?_wi=3", imageAlt: "Resistance track jacket in premium fabric", isFavorited: false,
},
]}
gridVariant="uniform-all-items-equal"
@@ -76,11 +76,11 @@ export default function ShopPage() {
tag="Latest Releases"
blogs={[
{
id: "1", category: "New Drop", title: "Winter Heritage Collection 2025", excerpt: "Our winter collection celebrates Palestinian winter traditions through contemporary fashion. Limited pieces crafted with premium materials.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table_23-2148975046.jpg", imageAlt: "Winter Heritage Collection 2025", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "20 Jan 2025"},
id: "1", category: "New Drop", title: "Winter Heritage Collection 2025", excerpt: "Our winter collection celebrates Palestinian winter traditions through contemporary fashion. Limited pieces crafted with premium materials.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table_23-2148975046.jpg?_wi=2", imageAlt: "Winter Heritage Collection 2025", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "20 Jan 2025"},
{
id: "2", category: "Collaboration", title: "Exclusive Collab: Palestinian Artisans Series", excerpt: "A special collection created in partnership with Palestinian textile artists. Each piece supports local craft communities directly.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg", imageAlt: "Palestinian Artisans Series collaboration", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", date: "12 Jan 2025"},
id: "2", category: "Collaboration", title: "Exclusive Collab: Palestinian Artisans Series", excerpt: "A special collection created in partnership with Palestinian textile artists. Each piece supports local craft communities directly.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg?_wi=2", imageAlt: "Palestinian Artisans Series collaboration", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", date: "12 Jan 2025"},
{
id: "3", category: "Restock", title: "Fan Favorites Back in Stock", excerpt: "Due to popular demand, we've restocked our bestselling pieces. Get them before they're gone again.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg", imageAlt: "Bestselling pieces back in stock", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "5 Jan 2025"},
id: "3", category: "Restock", title: "Fan Favorites Back in Stock", excerpt: "Due to popular demand, we've restocked our bestselling pieces. Get them before they're gone again.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg?_wi=2", imageAlt: "Bestselling pieces back in stock", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "5 Jan 2025"},
]}
animationType="slide-up"
textboxLayout="default"