Merge version_1 into main #5
@@ -100,13 +100,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "HACK_WEAR Black Hoodie", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5109.jpg", imageAlt: "Black hoodie with hacker aesthetic", initialQuantity: 1
|
||||
id: "1", name: "HACK_WEAR Black Hoodie", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5109.jpg?_wi=1", imageAlt: "Black hoodie with hacker aesthetic", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Code Matrix T-Shirt", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-vector/cyber-monday-modern-brochure-with-lines_23-2147579867.jpg", imageAlt: "Black t-shirt with matrix code pattern", initialQuantity: 1
|
||||
id: "2", name: "Code Matrix T-Shirt", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-vector/cyber-monday-modern-brochure-with-lines_23-2147579867.jpg?_wi=1", imageAlt: "Black t-shirt with matrix code pattern", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Tech Utility Jacket", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/front-shot-stylish-model_23-2148323545.jpg", imageAlt: "Dark technical jacket with utility pockets", initialQuantity: 1
|
||||
id: "3", name: "Tech Utility Jacket", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/front-shot-stylish-model_23-2148323545.jpg?_wi=1", imageAlt: "Dark technical jacket with utility pockets", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
description="Founded by hackers, for hackers."
|
||||
subdescription="HACK_WEAR - Established 2024"
|
||||
icon={Cpu}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5109.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5109.jpg?_wi=2"
|
||||
imageAlt="HACK_WEAR brand showcase"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -141,15 +141,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Materials", description: "100% organic cotton and technical fabrics designed for durability and comfort during long coding sessions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5109.jpg", imageAlt: "Premium fabric quality showcase"
|
||||
title: "Premium Materials", description: "100% organic cotton and technical fabrics designed for durability and comfort during long coding sessions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5109.jpg?_wi=3", imageAlt: "Premium fabric quality showcase"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Tech-Inspired Design", description: "Matrix codes, circuit patterns, and digital aesthetics embedded into every piece. Wear your passion.", imageSrc: "http://img.b2bpic.net/free-vector/cyber-monday-modern-brochure-with-lines_23-2147579867.jpg", imageAlt: "Tech design details"
|
||||
title: "Tech-Inspired Design", description: "Matrix codes, circuit patterns, and digital aesthetics embedded into every piece. Wear your passion.", imageSrc: "http://img.b2bpic.net/free-vector/cyber-monday-modern-brochure-with-lines_23-2147579867.jpg?_wi=2", imageAlt: "Tech design details"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Community Driven", description: "Built by the hacker community. Join thousands of developers, security researchers, and tech enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/front-shot-stylish-model_23-2148323545.jpg", imageAlt: "Community showcase"
|
||||
title: "Community Driven", description: "Built by the hacker community. Join thousands of developers, security researchers, and tech enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/front-shot-stylish-model_23-2148323545.jpg?_wi=2", imageAlt: "Community showcase"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user