From f4d4c741df6df4463d5e3a323d14c1a87a2de631 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:23:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5700d1f..48e2af8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ 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", 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?_wi=1", 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"], @@ -104,7 +104,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", 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?_wi=2", imageAlt: "Premium crystal chandelier" }, { id: "2", brand: "City Lighting", name: "Modern Pendant Light System", price: "$5,200+", rating: 5, @@ -149,16 +149,16 @@ export default function LandingPage() {