Merge version_1 into main #2
144
src/app/page.tsx
144
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "Concept",
|
||||
id: "about",
|
||||
},
|
||||
name: "Concept", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="VOID_99"
|
||||
/>
|
||||
@@ -48,61 +42,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="VOID_99: DIGITAL IDENTITY"
|
||||
description="Lost in the signal, found in the fabric. Explore our latest drop of numeric-coded streetwear."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Drop",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Drop", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dj-is-mixer-station_53876-42738.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dj-is-mixer-station_53876-42738.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-black-t-shirt-white-pants-black-mask-covering-eyes-with-hands_176474-81702.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-black-t-shirt-white-pants-black-mask-covering-eyes-with-hands_176474-81702.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-blonde-woman-wearing-headphones-looking-front-keeping-hands-head-isolated-white-wall_141793-73871.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-blonde-woman-wearing-headphones-looking-front-keeping-hands-head-isolated-white-wall_141793-73871.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-black-t-shirt-white-pants-black-mask-covering-eyes-with-hands_176474-81702.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-black-t-shirt-white-pants-black-mask-covering-eyes-with-hands_176474-81702.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-blonde-woman-wearing-headphones-looking-front-keeping-hands-head-isolated-white-wall_141793-73871.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-blonde-woman-wearing-headphones-looking-front-keeping-hands-head-isolated-white-wall_141793-73871.jpg", alt: "User 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "ENCRYPTED",
|
||||
},
|
||||
type: "text", text: "ENCRYPTED"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AUTHENTICATED",
|
||||
},
|
||||
type: "text", text: "AUTHENTICATED"},
|
||||
{
|
||||
type: "text",
|
||||
text: "DIGITAL-NATIVE",
|
||||
},
|
||||
type: "text", text: "DIGITAL-NATIVE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "ZERO-LATENCY",
|
||||
},
|
||||
type: "text", text: "ZERO-LATENCY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "VOID-READY",
|
||||
},
|
||||
type: "text", text: "VOID-READY"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,32 +86,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "VOID_99",
|
||||
name: "CALL ME 99",
|
||||
price: "$99",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-black-t-shirt-white-pants-black-mask-covering-eyes-with-hands_176474-81702.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "VOID_99", name: "CALL ME 99", price: "$99", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-black-t-shirt-white-pants-black-mask-covering-eyes-with-hands_176474-81702.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "VOID_99",
|
||||
name: "NO SIGNAL",
|
||||
price: "$109",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-blonde-woman-wearing-headphones-looking-front-keeping-hands-head-isolated-white-wall_141793-73871.jpg?_wi=1",
|
||||
},
|
||||
id: "2", brand: "VOID_99", name: "NO SIGNAL", price: "$109", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-blonde-woman-wearing-headphones-looking-front-keeping-hands-head-isolated-white-wall_141793-73871.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "VOID_99",
|
||||
name: "CONTACT LOST",
|
||||
price: "$119",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg?_wi=1",
|
||||
},
|
||||
id: "3", brand: "VOID_99", name: "CONTACT LOST", price: "$119", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg"},
|
||||
]}
|
||||
title="COLLECTION.01"
|
||||
description="Limited numeric identities for the modern digital nomad."
|
||||
@@ -152,7 +105,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="THE CONCEPT"
|
||||
description="We are a digital-native fashion brand exploring the disconnect between the digital soul and physical existence. Every piece tells a story of lost connections."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-middle-aged-blonde-woman-wearing-headphones-looking-front-keeping-hands-head-isolated-white-wall_141793-73871.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-middle-aged-blonde-woman-wearing-headphones-looking-front-keeping-hands-head-isolated-white-wall_141793-73871.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,27 +118,13 @@ export default function LandingPage() {
|
||||
description="The minds behind the glitch."
|
||||
groups={[
|
||||
{
|
||||
id: "designers",
|
||||
groupTitle: "DESIGN",
|
||||
members: [
|
||||
id: "designers", groupTitle: "DESIGN", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "A. Koda",
|
||||
subtitle: "Creative Lead",
|
||||
detail: "Digital fabrications",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-black-t-shirt-white-pants-black-mask-covering-eyes-with-hands_176474-81702.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", title: "A. Koda", subtitle: "Creative Lead", detail: "Digital fabrications", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-black-t-shirt-white-pants-black-mask-covering-eyes-with-hands_176474-81702.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "V. Lux",
|
||||
subtitle: "Head of Identity",
|
||||
detail: "Neural aesthetics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg?_wi=2",
|
||||
},
|
||||
id: "m2", title: "V. Lux", subtitle: "Head of Identity", detail: "Neural aesthetics", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453466.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dj-is-mixer-station_53876-42738.jpg?_wi=2",
|
||||
imageAlt: "futuristic digital dark background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dj-is-mixer-station_53876-42738.jpg", imageAlt: "futuristic digital dark background"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,14 +133,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="STAY CONNECTED. SIGN UP FOR FUTURE DROPS."
|
||||
buttons={[
|
||||
{
|
||||
text: "Notify Me",
|
||||
href: "#",
|
||||
},
|
||||
text: "Notify Me", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -210,29 +146,19 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "Concept",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Concept", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user