From 761defcaaa2cfa1579686e81539be620e1dc3e82 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:03:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++++++++--------------------------------- 1 file changed, 66 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da198f2..5a71d0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; export default function LandingPage() { return ( @@ -29,17 +30,13 @@ export default function LandingPage() { @@ -48,112 +45,60 @@ export default function LandingPage() {
@@ -166,53 +111,41 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Chrome Hearts Silver T-Shirt", - price: "$50", - variant: "Pre-order", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-front-view_23-2149525986.jpg?_wi=1", - }, + id: "chrome-hearts-silver-tee", name: "Chrome Hearts Silver Shirt", price: "$50", variant: "Pre-order", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-front-view_23-2149525986.jpg?_wi=1"}, { - id: "2", - name: "Balenciaga Signature Sneakers", - price: "Contact for pricing", - variant: "Pre-order (2-3 weeks arrival)", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005707.jpg?_wi=1", - }, + id: "2", name: "Balenciaga Signature Sneakers", price: "Contact for pricing", variant: "Pre-order (2-3 weeks arrival)", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005707.jpg?_wi=1"}, { - id: "3", - name: "Customized Hoodie", - price: "$120", - variant: "Limited", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-front-view_23-2149525986.jpg?_wi=2", - }, + id: "3", name: "Customized Hoodie", price: "$120", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-front-view_23-2149525986.jpg?_wi=2"}, { - id: "4", - name: "Designer Accessories", - price: "$80", - variant: "Ready to Ship", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005707.jpg?_wi=2", - }, - { - id: "5", - name: "Vintage Luxury Tee", - price: "$65", - variant: "Rare", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-front-view_23-2149525986.jpg?_wi=3", - }, - { - id: "6", - name: "Exclusive Caps", - price: "$45", - variant: "New Arrival", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005707.jpg?_wi=3", - }, + id: "4", name: "Designer Accessories", price: "$80", variant: "Ready to Ship", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005707.jpg?_wi=2"}, ]} title="Current Drops" description="Authentic, high-end pieces available now." /> +
+ +
+
@@ -239,25 +167,12 @@ export default function LandingPage() { description="Choose the sourcing level that fits your budget and timeline." plans={[ { - id: "p1", - badge: "Standard", - price: "Fixed", - subtitle: "Normal sourcing time", - features: [ - "Verified Auth", - "Tracking", - ], + id: "p1", badge: "Standard", price: "Fixed", subtitle: "Normal sourcing time", features: [ + "Verified Auth", "Tracking"], }, { - id: "p2", - badge: "Express", - price: "Premium", - subtitle: "Faster sourcing", - features: [ - "Priority Support", - "Express Shipping", - "Auth Guarantee", - ], + id: "p2", badge: "Express", price: "Premium", subtitle: "Faster sourcing", features: [ + "Priority Support", "Express Shipping", "Auth Guarantee"], }, ]} /> @@ -270,28 +185,17 @@ export default function LandingPage() { description="Have questions about availability or specific sizing? Reach out to place your pre-order and secure your favorite pieces today." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "item", - type: "text", - placeholder: "Item Interested In", - required: true, + name: "item", type: "text", placeholder: "Item Interested In", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Any specific details?", - rows: 4, + name: "message", placeholder: "Any specific details?", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/overhead-view-feminine-background-with-laptop_23-2147924072.jpg" /> @@ -306,4 +210,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file