From 4060b0e8681610df0e9f30ad5091ed4b9efd5346 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:35:12 +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 62904c0..bf3a605 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/voltage-distributor-with-automatic-switches-electrical-background_169016-24809.jpg", imageAlt: "Industrial electrical panel" }, { - imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg", imageAlt: "Commercial wiring installation" + imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg?_wi=1", imageAlt: "Commercial wiring installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg", imageAlt: "Residential electrical work" @@ -100,7 +100,7 @@ export default function LandingPage() { }, { id: 2, - title: "Commercial Installation", description: "Large-scale electrical systems for businesses. From initial design to full installation and testing.", imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg", imageAlt: "Commercial electrical installation" + title: "Commercial Installation", description: "Large-scale electrical systems for businesses. From initial design to full installation and testing.", imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg?_wi=2", imageAlt: "Commercial electrical installation" }, { id: 3, -- 2.49.1