From ed23791d620b5ffaf81a76041e92a9b0264e73c2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 00:03:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 ++++++++++------------------------------------- 1 file changed, 36 insertions(+), 135 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 934444f..74e5ec9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,66 +46,43 @@ export default function LandingPage() {
@@ -127,19 +96,13 @@ export default function LandingPage() { features={[ { icon: Eye, - title: "Blue Light Protection", - description: "Reduce digital eye strain and improve your sleep quality with our advanced filter technologies.", - }, + title: "Blue Light Protection", description: "Reduce digital eye strain and improve your sleep quality with our advanced filter technologies."}, { icon: Lightbulb, - title: "Precision Illumination", - description: "Monitor light bars that reduce glare and provide perfect task lighting without screen reflections.", - }, + title: "Precision Illumination", description: "Monitor light bars that reduce glare and provide perfect task lighting without screen reflections."}, { icon: Monitor, - title: "Crystal Clear Displays", - description: "High-fidelity monitors designed for creatives, developers, and professionals who demand clarity.", - }, + title: "Crystal Clear Displays", description: "High-fidelity monitors designed for creatives, developers, and professionals who demand clarity."}, ]} title="Designed for Performance & Comfort" description="Our product line is carefully curated to improve your productivity, reduce eye strain, and create the perfect ambient desk lighting." @@ -154,47 +117,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Advanced Blue Light Glasses", - price: "$49.99", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-collection_23-2148837284.jpg", - }, + id: "p1", name: "Advanced Blue Light Glasses", price: "$49.99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-collection_23-2148837284.jpg"}, { - id: "p2", - name: "4K Ultra-Wide Monitor", - price: "$899.00", - variant: "Workstation", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120459.jpg", - }, + id: "p2", name: "4K Ultra-Wide Monitor", price: "$899.00", variant: "Workstation", imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120459.jpg"}, { - id: "p3", - name: "Sleek Monitor Light Bar", - price: "$79.00", - variant: "Lighting", - imageSrc: "http://img.b2bpic.net/free-photo/digital-led-scoreboard-displays-sports-competitions_187299-47219.jpg", - }, + id: "p3", name: "Sleek Monitor Light Bar", price: "$79.00", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/digital-led-scoreboard-displays-sports-competitions_187299-47219.jpg"}, { - id: "p4", - name: "Screen Anti-Glare Film", - price: "$35.00", - variant: "Protection", - imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163190.jpg", - }, + id: "p4", name: "Screen Anti-Glare Film", price: "$35.00", variant: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163190.jpg"}, { - id: "p5", - name: "Ergonomic Monitor Stand", - price: "$59.00", - variant: "Ergonomics", - imageSrc: "http://img.b2bpic.net/free-photo/white-speaker_1203-497.jpg", - }, + id: "p5", name: "Ergonomic Monitor Stand", price: "$59.00", variant: "Ergonomics", imageSrc: "http://img.b2bpic.net/free-photo/white-speaker_1203-497.jpg"}, { - id: "p6", - name: "USB Desk LED Strip", - price: "$29.99", - variant: "Ambience", - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797640.jpg", - }, + id: "p6", name: "USB Desk LED Strip", price: "$29.99", variant: "Ambience", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797640.jpg"}, ]} title="Featured Essentials" description="Everything you need to build the ultimate, eye-friendly productivity hub." @@ -205,28 +138,14 @@ export default function LandingPage() {
-- 2.49.1