From 566cb71d8f9243a50ddb6a42b445a5223613c1eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 13:32:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c09868..b99fc2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,15 +76,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Luxe Ceiling Fan", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115597.jpg" }, - { id: "p2", name: "Industrial Exhaust", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281310.jpg" }, - { id: "p3", name: "Precision Stand Fan", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-arrangement-decor_23-2150551143.jpg" }, - { id: "p4", name: "Wall Breeze Pro", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/smart-pet-smart-home-technology-background_53876-96922.jpg" }, - { id: "p5", name: "Designer Glow Fan", price: "$429", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-sitting-sofa-chair_74190-9444.jpg" }, - { id: "p6", name: "Silent Vent Flow", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388956.jpg" }, + { id: "p1", name: "Titan Ceiling Fan", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281310.jpg" }, + { id: "p2", name: "Aerovent Pro", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg" }, + { id: "p3", name: "Breeze-X Stand Fan", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808050.jpg" }, ]} - title="Our Fan Collection" - description="Explore our curated selection of high-performance cooling solutions." + title="New Arrivals" + description="Discover our latest innovations in home comfort and air circulation." /> @@ -133,8 +130,6 @@ export default function LandingPage() { { id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Best fan I've ever owned. Completely silent!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-headphones_23-2149936196.jpg" }, { id: "2", name: "James Chen", handle: "@j_chen", testimonial: "Stylish and efficient cooling for my new home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-morning-restaurant_1157-36672.jpg" }, { id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "Finally found a fan that matches my interior.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dancing-girl-sits-kitchen-floor-moving-rhythm-enjoying-sound-quality-wireless_1258-201750.jpg" }, - { id: "4", name: "David Wilson", handle: "@dwilson", testimonial: "Excellent quality, worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-couple-kitchen_23-2148115530.jpg" }, - { id: "5", name: "Alice Wong", handle: "@awong", testimonial: "Installation was a breeze. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-spend-time-bedroom_1157-27594.jpg" }, ]} showRating={true} title="Hear From Our Users"