From 5e15866decfa7b34ac0a714e61071d3b81e5b813 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:53:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acf5eba..fc5d9ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Residential Electrical", tags: ["Wiring", "Installation", "Repair"], - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176683.jpg", imageAlt: "Residential electrical installation" + imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176683.jpg?_wi=1", imageAlt: "Residential electrical installation" }, { id: "2", title: "Commercial Solutions", tags: ["Systems", "Maintenance", "Upgrades"], @@ -101,7 +101,7 @@ export default function LandingPage() { description="Years of reliable service and satisfied customers" metrics={[ { - id: "1", value: "5,000+", title: "Projects Completed", description: "Residential and commercial installations", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176683.jpg", imageAlt: "Completed electrical projects" + id: "1", value: "5,000+", title: "Projects Completed", description: "Residential and commercial installations", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176683.jpg?_wi=2", imageAlt: "Completed electrical projects" }, { id: "2", value: "98%", title: "Customer Satisfaction", description: "Rated excellent by our clients", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-with-safety-glasses-helmet-near-switchboard_169016-24220.jpg", imageAlt: "Customer satisfaction guarantee" -- 2.49.1