Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 16:24:10 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -97,10 +97,10 @@ export default function LandingPage() {
id: "3", name: "Raw Black Denim - Slim", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/display-charcoal-different-forms_23-2149654155.jpg", imageAlt: "Slim fit raw black denim jeans", initialQuantity: 1
},
{
id: "4", name: "Heavyweight Cotton Zip-Up - Black", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-hands-her-waist-while-looking-up-jacket-looking-focused-front-view_176474-40391.jpg", imageAlt: "Heavyweight black cotton zip-up hoodie", initialQuantity: 1
id: "4", name: "Heavyweight Cotton Zip-Up - Black", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-hands-her-waist-while-looking-up-jacket-looking-focused-front-view_176474-40391.jpg?_wi=1", imageAlt: "Heavyweight black cotton zip-up hoodie", initialQuantity: 1
},
{
id: "5", name: "Heavyweight Cotton Zip-Up - Charcoal", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fit-adult-male-ready-run_23-2148531084.jpg", imageAlt: "Heavyweight charcoal cotton zip-up hoodie", initialQuantity: 1
id: "5", name: "Heavyweight Cotton Zip-Up - Charcoal", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fit-adult-male-ready-run_23-2148531084.jpg?_wi=1", imageAlt: "Heavyweight charcoal cotton zip-up hoodie", initialQuantity: 1
},
{
id: "6", name: "Heavyweight Cotton Zip-Up - Cream", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-water-bottle_23-2149235463.jpg", imageAlt: "Heavyweight cream cotton zip-up hoodie", initialQuantity: 1
@@ -137,10 +137,10 @@ export default function LandingPage() {
title: "450gsm Heavyweight Cotton", description: "Our zip-ups are crafted from premium 450gsm cotton. The perfect weight for year-round wear, durable and supremely comfortable.", icon: Feather,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-hands-her-waist-while-looking-up-jacket-looking-focused-front-view_176474-40391.jpg", imageAlt: "Heavyweight cotton texture detail"
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-hands-her-waist-while-looking-up-jacket-looking-focused-front-view_176474-40391.jpg?_wi=2", imageAlt: "Heavyweight cotton texture detail"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fit-adult-male-ready-run_23-2148531084.jpg", imageAlt: "Premium cotton quality"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fit-adult-male-ready-run_23-2148531084.jpg?_wi=2", imageAlt: "Premium cotton quality"
}
]
}