From e3da1e761cb1914c30000a0dbefb47394cc71859 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:22:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04ab120..af05acc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,23 +74,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg?_wi=1", imageAlt: "Electrician working on a panel", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg?_wi=2", imageAlt: "Professional electrical services", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg?_wi=3", imageAlt: "Quality electrical installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg?_wi=4", imageAlt: "Safety-focused electrical repairs", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg?_wi=5", imageAlt: "Expert residential support", }, ]} @@ -134,7 +134,7 @@ export default function LandingPage() { { title: "Panel Upgrades", description: "Ensure your home’s electrical system is modern, safe, and handles your power needs efficiently.", - imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg?_wi=1", imageAlt: "Panel upgrade icon", }, { @@ -146,19 +146,19 @@ export default function LandingPage() { { title: "Smart Home Solutions", description: "Automated lighting, security, and smart integration systems tailored to your modern lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/renovation-profile-concentrated-man-touching-screwdriver-lamp-kitchen-range-hood_259150-59261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/renovation-profile-concentrated-man-touching-screwdriver-lamp-kitchen-range-hood_259150-59261.jpg?_wi=1", imageAlt: "Smart home icon", }, { title: "Lighting Installation", description: "Energy-efficient interior and exterior lighting design and installation for your premises.", - imageSrc: "http://img.b2bpic.net/free-photo/renovation-profile-concentrated-man-touching-screwdriver-lamp-kitchen-range-hood_259150-59261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/renovation-profile-concentrated-man-touching-screwdriver-lamp-kitchen-range-hood_259150-59261.jpg?_wi=2", imageAlt: "Lighting icon", }, { title: "Safety Inspections", description: "Thorough electrical safety audits to keep your home or office code-compliant and secure.", - imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg?_wi=2", imageAlt: "Inspection icon", }, ]} -- 2.49.1