From a3d5b68f66db9739e6a6c1b6dc52d30c3e560e49 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:21:10 +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 4e60954..d80e67e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg", imageAlt: "Professional electrician working on electrical panel" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg?_wi=1", imageAlt: "Professional electrician working on electrical panel" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15090.jpg", imageAlt: "Residential electrical wiring installation" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15090.jpg?_wi=1", imageAlt: "Residential electrical wiring installation" }, { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397545.jpg", imageAlt: "Commercial electrical system installation" @@ -65,10 +65,10 @@ export default function LandingPage() { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-52975.jpg", imageAlt: "Emergency electrician repair call" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg", imageAlt: "Electrician performing diagnostic testing" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg?_wi=2", imageAlt: "Electrician performing diagnostic testing" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15090.jpg", imageAlt: "Electrical panel upgrade and maintenance" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15090.jpg?_wi=2", imageAlt: "Electrical panel upgrade and maintenance" } ]} autoPlay={true}