From ca1fed85b94b7810a2cf5060b734ae5adc0d6836 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 21:02:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98a4a55..7bcb229 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,46 +30,34 @@ export default function LandingPage() {
@@ -81,28 +69,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Design", - description: "Every curve and edge crafted to perfection.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/black-liquid-marble-background-handmade-acrylic-paint_53876-104546.jpg?_wi=2", - imageAlt: "luxury product photography", + title: "Precision Design", description: "Every curve and edge crafted to perfection.", bentoComponent: "reveal-icon", icon: Sparkles, }, { - title: "Smart Performance", - description: "Next-generation internals for blazing speed.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/camera-plants-marble-shelf_23-2151978688.jpg?_wi=1", - imageAlt: "smart device luxury", + title: "Smart Performance", description: "Next-generation internals for blazing speed.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Lifetime Support", - description: "Dedicated service that stands behind our gear.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/electronic-musical-instrument-audio-mixer-sound-equalizer-analog-modular-synthesizer_1381-2.jpg?_wi=1", - imageAlt: "luxury headphones studio shot", + title: "Lifetime Support", description: "Dedicated service that stands behind our gear.", bentoComponent: "reveal-icon", icon: Shield, }, ]} title="Unmatched Quality" @@ -118,41 +91,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Smart Device Pro", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/camera-plants-marble-shelf_23-2151978688.jpg?_wi=2", - }, + id: "p1", name: "Smart Device Pro", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/camera-plants-marble-shelf_23-2151978688.jpg"}, { - id: "p2", - name: "Acoustic Elite", - price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/electronic-musical-instrument-audio-mixer-sound-equalizer-analog-modular-synthesizer_1381-2.jpg?_wi=2", - }, + id: "p2", name: "Acoustic Elite", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/electronic-musical-instrument-audio-mixer-sound-equalizer-analog-modular-synthesizer_1381-2.jpg"}, { - id: "p3", - name: "Chronos Precision", - price: "$399", - imageSrc: "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg", - }, + id: "p3", name: "Chronos Precision", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg"}, { - id: "p4", - name: "Ultra Handheld", - price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/set-various-digital-devices_23-2147864697.jpg", - }, + id: "p4", name: "Ultra Handheld", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/set-various-digital-devices_23-2147864697.jpg"}, { - id: "p5", - name: "Power Cell", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/green-cell-phone-connected-usb-cable-type-c-charging_58702-4593.jpg", - }, + id: "p5", name: "Power Cell", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/green-cell-phone-connected-usb-cable-type-c-charging_58702-4593.jpg"}, { - id: "p6", - name: "Smart Controller", - price: "$129", - imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150830017.jpg", - }, + id: "p6", name: "Smart Controller", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150830017.jpg"}, ]} title="Curated Collection" description="Explore our latest innovations and elevate your daily experience." @@ -166,36 +115,21 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Essential", - price: "$29", - subtitle: "For everyday innovators", - buttons: [ + id: "basic", badge: "Essential", price: "$29", subtitle: "For everyday innovators", buttons: [ { - text: "Choose Basic", - }, + text: "Choose Basic"}, ], features: [ - "Standard support", - "Base access", - ], + "Standard support", "Base access"], }, { - id: "pro", - badge: "Pro", - badgeIcon: Sparkles, - price: "$59", - subtitle: "For power enthusiasts", - buttons: [ + id: "pro", badge: "Pro", badgeIcon: Sparkles, + price: "$59", subtitle: "For power enthusiasts", buttons: [ { - text: "Choose Pro", - }, + text: "Choose Pro"}, ], features: [ - "Priority support", - "Early access", - "Discounted gear", - ], + "Priority support", "Early access", "Discounted gear"], }, ]} title="Flexible Access" @@ -205,44 +139,20 @@ export default function LandingPage() {