From bb96d33a3a291f35931179eb0166164cce2e24c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:03:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dd84d9..b95feb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,15 +82,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Energy Efficient Technology", author: "Sustainability Team", description: "Reduce energy consumption by up to 80% compared to traditional lighting. Lower electricity bills and environmental impact.", tags: ["Energy Saving", "Eco-Friendly"], - imageSrc: "http://img.b2bpic.net/free-vector/ecology-infographic-with-retro-colors_23-2148397002.jpg", imageAlt: "Energy efficiency" + imageSrc: "http://img.b2bpic.net/free-vector/ecology-infographic-with-retro-colors_23-2148397002.jpg?_wi=1", imageAlt: "Energy efficiency" }, { id: "2", title: "Smart Integration & Control", author: "Tech Innovation", description: "Control your lighting remotely via smartphone or voice commands. Create custom scenes and automate schedules seamlessly.", tags: ["Smart Home", "Automation"], - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-home_23-2150639966.jpg", imageAlt: "Smart control" + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-home_23-2150639966.jpg?_wi=1", imageAlt: "Smart control" }, { id: "3", title: "Long Lifespan Reliability", author: "Quality Assurance", description: "Industry-leading 50,000+ hour lifespan means less replacement and more value. Tested for durability and consistent performance.", tags: ["Durability", "Warranty"], - imageSrc: "http://img.b2bpic.net/free-vector/ecology-infographic-with-retro-colors_23-2148397002.jpg", imageAlt: "Reliability" + imageSrc: "http://img.b2bpic.net/free-vector/ecology-infographic-with-retro-colors_23-2148397002.jpg?_wi=2", imageAlt: "Reliability" } ]} animationType="slide-up" @@ -106,7 +106,7 @@ export default function LandingPage() { tag="Product Lineup" products={[ { - id: "1", name: "Smart WiFi LED Bulb", price: "$24.99", variant: "16M Colors | Dimmable", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-home_23-2150639966.jpg", imageAlt: "Smart LED bulb" + id: "1", name: "Smart WiFi LED Bulb", price: "$24.99", variant: "16M Colors | Dimmable", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-home_23-2150639966.jpg?_wi=2", imageAlt: "Smart LED bulb" }, { id: "2", name: "RGB Color Changing Strip", price: "$34.99", variant: "5M Length | Flexible", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974220.jpg", imageAlt: "RGB LED strip" -- 2.49.1