From 83baf34773ce63e968d5d263c3b784fe2e942567 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 06:05:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 194 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a519ff..bcb4342 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,51 +47,28 @@ export default function LandingPage() {
@@ -112,34 +81,22 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Anime Posters", - description: "Curated collection of your favorite anime series.", - }, + title: "Anime Posters", description: "Curated collection of your favorite anime series."}, { icon: Car, - title: "Car Posters", - description: "Vintage and modern automotive legends.", - }, + title: "Car Posters", description: "Vintage and modern automotive legends."}, { icon: Package, - title: "Bike Posters", - description: "For the love of two-wheeled journeys.", - }, + title: "Bike Posters", description: "For the love of two-wheeled journeys."}, { icon: Film, - title: "Movie Posters", - description: "Iconic cinema moments captured in print.", - }, + title: "Movie Posters", description: "Iconic cinema moments captured in print."}, { icon: Music, - title: "Music Posters", - description: "Feel the beat with artist and album art.", - }, + title: "Music Posters", description: "Feel the beat with artist and album art."}, { icon: Shield, - title: "Superhero", - description: "Marvel and comic legends on your wall.", - }, + title: "Superhero", description: "Marvel and comic legends on your wall."}, ]} title="Explore Our Collections" description="From anime and cinema to music and motors, find posters that resonate with you." @@ -154,41 +111,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Cyberpunk Anime Print", - price: "₹499", - imageSrc: "http://img.b2bpic.net/free-photo/little-white-skeleton-piece-paper_23-2147908363.jpg", - }, + id: "p1", name: "Cyberpunk Anime Print", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/little-white-skeleton-piece-paper_23-2147908363.jpg"}, { - id: "p2", - name: "Vintage Muscle Car", - price: "₹499", - imageSrc: "http://img.b2bpic.net/free-photo/watercolor-car-painting-illustration_23-2151706295.jpg", - }, + id: "p2", name: "Vintage Muscle Car", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/watercolor-car-painting-illustration_23-2151706295.jpg"}, { - id: "p3", - name: "Midnight Vibe Vinyl", - price: "₹499", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-card-with-black-lives-matter-multicolored-paper_23-2148802405.jpg", - }, + id: "p3", name: "Midnight Vibe Vinyl", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/top-view-card-with-black-lives-matter-multicolored-paper_23-2148802405.jpg"}, { - id: "p4", - name: "Sport Bike Racer", - price: "₹499", - imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-cyclist-motion-design-with-trails_183364-124096.jpg", - }, + id: "p4", name: "Sport Bike Racer", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-cyclist-motion-design-with-trails_183364-124096.jpg"}, { - id: "p5", - name: "Cinematic Noir", - price: "₹499", - imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-tickets-popcorn-border_23-2147698936.jpg", - }, + id: "p5", name: "Cinematic Noir", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-tickets-popcorn-border_23-2147698936.jpg"}, { - id: "p6", - name: "Hero Squad Comic", - price: "₹499", - imageSrc: "http://img.b2bpic.net/free-photo/cartoon-superhero-illustration_23-2151732517.jpg", - }, + id: "p6", name: "Hero Squad Comic", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-superhero-illustration_23-2151732517.jpg"}, ]} title="Featured Designs" description="Choose your favorites and order directly on WhatsApp." @@ -201,33 +134,26 @@ export default function LandingPage() { title="Why Choose Our Posters?" buttons={[ { - text: "Start Ordering", - href: "#posters", - }, + text: "Start Ordering", href: "#posters"}, ]} />