From 8ea21450a0c2caebf979eb27aa6acdb4cc4cc805 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:16:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 314 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 262 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4da196..32007fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -187,48 +96,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Smart Watch Ultra", - price: "$299", - variant: "Silver", - imageSrc: "http://img.b2bpic.net/free-photo/lipstick-brush-near-smartphone-glasses_23-2147742714.jpg", - }, - { - id: "p2", - name: "Clear Audio Pro Buds", - price: "$149", - variant: "White", - imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808027.jpg", - }, - { - id: "p3", - name: "Rapid Charge Pad", - price: "$49", - variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg", - }, - { - id: "p4", - name: "Acoustic Speaker", - price: "$199", - variant: "Grey", - imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-with-cinema-reels_23-2147807350.jpg", - }, - { - id: "p5", - name: "Premium Slim Case", - price: "$29", - variant: "Clear", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surface-with-face-mask-surgical-gloves_23-2148561108.jpg", - }, - { - id: "p6", - name: "Mechanical Keyboard", - price: "$159", - variant: "Navy", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-workspace-design_23-2148991401.jpg", - }, + { id: "p1", name: "Smart Watch Ultra", price: "$299", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/lipstick-brush-near-smartphone-glasses_23-2147742714.jpg" }, + { id: "p2", name: "Clear Audio Pro Buds", price: "$149", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808027.jpg" }, + { id: "p3", name: "Rapid Charge Pad", price: "$49", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg" }, + { id: "p4", name: "Acoustic Speaker", price: "$199", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-with-cinema-reels_23-2147807350.jpg" }, + { id: "p5", name: "Premium Slim Case", price: "$29", variant: "Clear", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surface-with-face-mask-surgical-gloves_23-2148561108.jpg" }, + { id: "p6", name: "Mechanical Keyboard", price: "$159", variant: "Navy", imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-workspace-design_23-2148991401.jpg" } ]} title="Trending Now" description="The most sought-after products that everyone is talking about this week." @@ -240,27 +113,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - tag: "New", - title: "Morning Routine Essentials", - subtitle: "Curated for success", - description: "High-quality essentials to start your day right.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722618.jpg", - }, - { - tag: "Pop", - title: "Work From Home Hero", - subtitle: "Upgrade your desk", - description: "Items designed to boost your daily productivity.", - imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-mobile-phone_1252-813.jpg", - }, - { - tag: "Top", - title: "Weekend Adventures", - subtitle: "Gear for go", - description: "Ready for your weekend getaway and travel.", - imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349292.jpg", - }, + { tag: "New", title: "Morning Routine Essentials", subtitle: "Curated for success", description: "High-quality essentials to start your day right.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722618.jpg" }, + { tag: "Pop", title: "Work From Home Hero", subtitle: "Upgrade your desk", description: "Items designed to boost your daily productivity.", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-mobile-phone_1252-813.jpg" }, + { tag: "Top", title: "Weekend Adventures", subtitle: "Gear for go", description: "Ready for your weekend getaway and travel.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349292.jpg" } ]} title="Daily Finds" description="Selected just for you based on current trends and seasonal needs." @@ -269,30 +124,13 @@ export default function LandingPage() {
-- 2.49.1