From e4a6ac36e2d06687d1b344a0a93da41f7f3107f0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:21:56 +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 c980c82..cad5453 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-repairing-electrical-panel-blue-light-woman-industrial-electrician_169016-71546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-repairing-electrical-panel-blue-light-woman-industrial-electrician_169016-71546.jpg?_wi=1", imageAlt: "Electrician working on industrial site", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67948.jpg?_wi=1", imageAlt: "Technician working on residential wiring", }, { @@ -81,11 +81,11 @@ export default function LandingPage() { imageAlt: "Electrical maintenance project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-repairing-electrical-panel-blue-light-woman-industrial-electrician_169016-71546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-repairing-electrical-panel-blue-light-woman-industrial-electrician_169016-71546.jpg?_wi=2", imageAlt: "Professional electrical technician portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67948.jpg?_wi=2", imageAlt: "Modern smart home electrical installation", }, ]}