From 349ac79a5acfaf9fb71adbdbb80acecfdba78b70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 11:09:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 ++++++++++++----------------------------------- 1 file changed, 35 insertions(+), 109 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d58ae6..97f2312 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,61 +42,38 @@ export default function LandingPage() {
@@ -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" /> @@ -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"}, ]} /> @@ -194,14 +133,11 @@ export default function LandingPage() { @@ -210,29 +146,19 @@ export default function LandingPage() {