From d92f6e4254125866be33519e30be762371f80ec9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:11:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 145 +++++++++++++---------------------------------- 1 file changed, 40 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74d869a..7a086bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,62 +47,39 @@ export default function LandingPage() {
@@ -122,8 +89,7 @@ export default function LandingPage() { useInvertedBackground={false} title="REAL TASTE, REAL CULTURE." description={[ - "A modern studio shaping a new era of luxury street culture, crafted with intention.", - ]} + "A modern studio shaping a new era of luxury street culture, crafted with intention."]} /> @@ -135,26 +101,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Heavyweight Tee", - price: "$95", - variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/blank-grey-t-shirt-accurately-folded-rustic-wooden-table-top-view_346278-920.jpg", - }, + id: "p1", name: "Heavyweight Tee", price: "$95", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/blank-grey-t-shirt-accurately-folded-rustic-wooden-table-top-view_346278-920.jpg"}, { - id: "p2", - name: "Winter Beanie", - price: "$60", - variant: "Sand", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-winter-hat_23-2148306404.jpg", - }, + id: "p2", name: "Winter Beanie", price: "$60", variant: "Sand", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-winter-hat_23-2148306404.jpg"}, { - id: "p3", - name: "Texture Pants", - price: "$180", - variant: "Forest", - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-her-pockets_23-2148286449.jpg", - }, + id: "p3", name: "Texture Pants", price: "$180", variant: "Forest", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-her-pockets_23-2148286449.jpg"}, ]} title="Featured Essentials" description="Timeless designs, globally standards." @@ -171,19 +122,13 @@ export default function LandingPage() { features={[ { icon: Diamond, - title: "Artisanal", - description: "Hand-stitched details", - }, + title: "Artisanal", description: "Hand-stitched details"}, { icon: Wind, - title: "Minimal", - description: "Clean silhouette", - }, + title: "Minimal", description: "Clean silhouette"}, { icon: Globe, - title: "Global", - description: "Ethically sourced", - }, + title: "Global", description: "Ethically sourced"}, ]} /> @@ -195,12 +140,7 @@ export default function LandingPage() { title="Trusted by" description="Featured in leading cultural outlets" names={[ - "VOGUE", - "HYPEBEAST", - "GQ", - "Dazed", - "Nowness", - ]} + "VOGUE", "HYPEBEAST", "GQ", "Dazed", "Nowness"]} /> @@ -208,40 +148,35 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1