From f6fa84f42114e175418158c280f9c4259e45607d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:24:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca32d36..3bc9efa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,71 +29,45 @@ export default function LandingPage() {
@@ -106,41 +80,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "TSM AirBuds Pro", - price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg?_wi=1", - }, + id: "p1", name: "TSM AirBuds Pro", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg"}, { - id: "p2", - name: "TSM Studio X", - price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg?_wi=1", - }, + id: "p2", name: "TSM Studio X", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg"}, { - id: "p3", - name: "TSM NeckFlow", - price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763355.jpg?_wi=1", - }, + id: "p3", name: "TSM NeckFlow", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763355.jpg"}, { - id: "p4", - name: "TSM Sport Buds", - price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg?_wi=2", - }, + id: "p4", name: "TSM Sport Buds", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg"}, { - id: "p5", - name: "TSM Wireless Elite", - price: "$249.99", - imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg?_wi=2", - }, + id: "p5", name: "TSM Wireless Elite", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg"}, { - id: "p6", - name: "TSM Travel Band", - price: "$69.99", - imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763355.jpg?_wi=2", - }, + id: "p6", name: "TSM Travel Band", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763355.jpg"}, ]} title="Featured Gear" description="Elevate your audio experience with our top-rated essentials." @@ -154,33 +104,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Deep Bass", - subtitle: "Feel the thumping resonance", - category: "Audio", - value: "20Hz-20kHz", - }, + id: "f1", title: "Deep Bass", subtitle: "Feel the thumping resonance", category: "Audio", value: "20Hz-20kHz"}, { - id: "f2", - title: "Long Battery", - subtitle: "Power through your entire week", - category: "Performance", - value: "40h", - }, + id: "f2", title: "Long Battery", subtitle: "Power through your entire week", category: "Performance", value: "40h"}, { - id: "f3", - title: "Noise Cancellation", - subtitle: "Silence the world, hear only music", - category: "Technology", - value: "Active", - }, + id: "f3", title: "Noise Cancellation", subtitle: "Silence the world, hear only music", category: "Technology", value: "Active"}, { - id: "f4", - title: "Gaming Mode", - subtitle: "Zero latency precision", - category: "Gaming", - value: "<30ms", - }, + id: "f4", title: "Gaming Mode", subtitle: "Zero latency precision", category: "Gaming", value: "<30ms"}, ]} title="Why Choose TSM?" description="Premium quality meets relentless innovation. Designed for the bold." @@ -189,44 +119,20 @@ export default function LandingPage() {
@@ -255,33 +158,21 @@ export default function LandingPage() { { items: [ { - label: "Shop Now", - href: "#products", - }, + label: "Shop Now", href: "#products"}, { - label: "About TSM", - href: "#about", - }, + label: "About TSM", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Shipping Info", - href: "#", - }, + label: "Shipping Info", href: "#"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, ], }, ]} -- 2.49.1