From fbf2129609dae6e38553e4814d9b5c1046eeb566 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 03:47:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 +++++++---------------------------------------- 1 file changed, 34 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2140a7..12a8fcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,41 +32,25 @@ export default function LandingPage() {
@@ -77,20 +61,11 @@ export default function LandingPage() { title="The Verified Standard" description="We don't just make clothes; we cultivate a culture. Every piece from VerifiedOffDaNet represents an uncompromising commitment to street-authentic aesthetics and premium durability." metrics={[ - { - value: "5K+", - title: "Verified Customers", - }, - { - value: "12+", - title: "Global Drops", - }, - { - value: "100%", - title: "Authenticity", - }, + { value: "5K+", title: "Verified Customers" }, + { value: "12+", title: "Global Drops" }, + { value: "100%", title: "Authenticity" } ]} - imageSrc="http://img.b2bpic.net/free-photo/high-fashion-portrait-young-beautiful-brunette-woman-wearing-nice-trendy-white-suit-sexy-fashion-model-posing-studio-fashionable-female-isolated-beige_158538-25956.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-fashion-portrait-young-beautiful-brunette-wearing-nice-trendy-white-suit-sexy-fashion-model-posing-studio-fashionable-female-isolated-beige_158538-25956.jpg" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -102,30 +77,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - bentoComponent: "reveal-icon", - icon: Shield, - title: "Verified Authenticity", - description: "Every garment goes through rigorous quality control.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-slow-fashion-badge-pack_23-2148825388.jpg", - imageAlt: "minimal clothing logo symbol", - }, - { - bentoComponent: "reveal-icon", - icon: Zap, - title: "Fast Drops", - description: "Limited releases curated for those who know.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVwEbXh07cnJlA0OiKstrGmXuh/uploaded-1776483991894-6p7rytee.png?_wi=2", - imageAlt: "minimal clothing logo symbol", - }, - { - bentoComponent: "reveal-icon", - icon: Award, - title: "Premium Fabric", - description: "High-GSM materials that stand the test of time.", - imageSrc: "http://img.b2bpic.net/free-photo/black-white-minimal-portrait_23-2149152607.jpg?_wi=1", - imageAlt: "minimal clothing logo symbol", - }, + { bentoComponent: "reveal-icon", icon: Shield, title: "Verified Authenticity", description: "Every garment goes through rigorous quality control." }, + { bentoComponent: "reveal-icon", icon: Zap, title: "Fast Drops", description: "Limited releases curated for those who know." }, + { bentoComponent: "reveal-icon", icon: Award, title: "Premium Fabric", description: "High-GSM materials that stand the test of time." } ]} title="Why Verified?" description="Excellence woven into every fabric thread." @@ -139,42 +93,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Verified Logo Tee", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/black-white-minimal-portrait_23-2149152607.jpg?_wi=2", - }, - { - id: "p2", - name: "Off-Net Hoodie", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-autumn-clothes_23-2149071316.jpg", - }, - { - id: "p3", - name: "Verified Cargo Pants", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg", - }, - { - id: "p4", - name: "Heritage Cap", - price: "$35", - imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-sport-outfits-having-fun_114579-21988.jpg", - }, - { - id: "p5", - name: "Street Varsity", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg", - }, - { - id: "p6", - name: "Off-Net Crewneck", - price: "$75", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-stylish-man-wearing-nice-hat_23-2148634045.jpg", - }, + { id: "p1", name: "Verified Logo Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/black-white-minimal-portrait_23-2149152607.jpg" }, + { id: "p2", name: "Off-Net Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-autumn-clothes_23-2149071316.jpg" }, + { id: "p3", name: "Verified Cargo Pants", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg" } ]} title="New Arrivals" description="The latest drops you've been waiting for." @@ -186,13 +107,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "CultureBase", - "UrbanLens", - "StreetDrop", - "VerifiedMedia", - "GlobalStyle", - "EliteFit", - "NetWear", + "CultureBase", "UrbanLens", "StreetDrop", "VerifiedMedia", "GlobalStyle", "EliteFit", "NetWear" ]} title="Verified Community" description="Seen across the culture." @@ -202,44 +117,15 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1