From 932908817a2e7b84a0575b4ab0c096cf5477162a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:14:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48e2af8..5384fd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,14 @@ export default function LandingPage() { features={[ { id: "1", title: "Architectural Lighting Design", author: "Design Team", description: "Custom-designed lighting fixtures that enhance architectural features and create ambiance. From chandeliers to recessed systems, we create signature lighting experiences.", tags: ["Design", "Custom", "Luxury"], - imageSrc: "http://img.b2bpic.net/free-photo/glowing-crystal-chandelier-illuminates-modern-luxury-home-interior-generated-by-ai_188544-45040.jpg?_wi=1", imageAlt: "Elegant crystal chandelier in luxury home" + imageSrc: "http://img.b2bpic.net/free-photo/glowing-crystal-chandelier-illuminates-modern-luxury-home-interior-generated-by-ai_188544-45040.jpg", imageAlt: "Elegant crystal chandelier in luxury home" }, { id: "2", title: "Smart Lighting Systems", author: "Technology Team", description: "Advanced automation and control systems that adapt lighting to your lifestyle. Integrate with smart home ecosystems for ultimate control and energy efficiency.", tags: ["Technology", "Smart Home", "Integration"], imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-large-tv-screen-displaying-home-automation-system_9975-33164.jpg", imageAlt: "Smart home lighting control system interface" }, { - id: "3", title: "Professional Installation", author: "Installation Team", description: "Certified electricians with expertise in luxury residential wiring. Meticulous installation ensures flawless performance and safety compliance on every project.", tags: ["Installation", "Professional", "Safety"], - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17799.jpg", imageAlt: "Professional electrical installation in progress" + id: "3", title: "Professional Installation", author: "Installation Team", description: "Certified electricians with expertise in luxury residential wiring. Meticulous installation ensures flawless performance and safety compliance on every project.", tags: ["Installation", "Professional", "Safety"], imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17799.jpg", imageAlt: "Professional electrical installation in progress" } ]} animationType="slide-up" @@ -104,7 +103,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "City Lighting", name: "Crystal Chandelier Installation", price: "$8,500+", rating: 5, - reviewCount: "47 projects", imageSrc: "http://img.b2bpic.net/free-photo/glowing-crystal-chandelier-illuminates-modern-luxury-home-interior-generated-by-ai_188544-45040.jpg?_wi=2", imageAlt: "Premium crystal chandelier" + reviewCount: "47 projects", imageSrc: "http://img.b2bpic.net/free-photo/glowing-crystal-chandelier-illuminates-modern-luxury-home-interior-generated-by-ai_188544-45040.jpg", imageAlt: "Premium crystal chandelier" }, { id: "2", brand: "City Lighting", name: "Modern Pendant Light System", price: "$5,200+", rating: 5, @@ -149,16 +148,16 @@ export default function LandingPage() {