Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 09:33:34 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -45,10 +45,10 @@ export default function LandingPage() {
tag="Streetwear Collection"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=1", imageAlt: "Streetwear collection hero"
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Streetwear collection hero"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-wears-fashionable-cloths-white-boots-has-bright-makeup-poses-against-urban-building-poses-making-photo-practices-breakdancing-looks-seriously_273609-54827.jpg", imageAlt: "Y2K inspired apparel"
@@ -85,15 +85,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "void.star", name: "Essential Black Hoodie", price: "$89.99", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=2", imageAlt: "Essential Black Hoodie"
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Essential Black Hoodie"
},
{
id: "2", brand: "void.star", name: "Void Logo Tee", price: "$34.99", rating: 5,
reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=1", imageAlt: "Void Logo Tee"
reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg", imageAlt: "Void Logo Tee"
},
{
id: "3", brand: "void.star", name: "Cargo Utility Pants", price: "$124.99", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-sitting-skateboard_23-2147995959.jpg?_wi=1", imageAlt: "Cargo Utility Pants"
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-sitting-skateboard_23-2147995959.jpg", imageAlt: "Cargo Utility Pants"
}
]}
buttons={[
@@ -116,15 +116,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Premium Materials", author: "Craftsmanship", description: "100% organic cotton and sustainable fabrics. Every piece is designed to last through seasons of style.", tags: ["Quality", "Sustainable"],
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=3", imageAlt: "Premium fabric detail"
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Premium fabric detail"
},
{
id: "2", title: "Limited Drops", author: "Exclusivity", description: "Each collection is intentionally limited. Wear something only a few hundred others have.", tags: ["Exclusive", "Limited"],
imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=2", imageAlt: "Limited edition release"
imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg", imageAlt: "Limited edition release"
},
{
id: "3", title: "Timeless Design", author: "Style", description: "Blending Y2K nostalgia with modern minimalism. Pieces that transcend fleeting trends.", tags: ["Timeless", "Modern"],
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-sitting-skateboard_23-2147995959.jpg?_wi=2", imageAlt: "Timeless collection"
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-sitting-skateboard_23-2147995959.jpg", imageAlt: "Timeless collection"
}
]}
/>