From 61eb1c4f2330e7c7e301d5d711e716993de76618 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:23:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e018fa3..c0aed0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg", imageAlt: "Electrician working on a panel"}, + 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", imageAlt: "Professional electrical services"} + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67422.jpg?_wi=2", imageAlt: "Professional electrical services"} ]} mediaAnimation="slide-up" rating={5} @@ -83,15 +83,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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", imageAlt: "Panel upgrade icon"}, + 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?_wi=1", imageAlt: "Panel upgrade icon"}, { title: "EV Charger Installation", description: "Seamless installation of Level 2 chargers for your electric vehicle to keep you powered up.", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-her-electric-car-with-charging-pistol_1303-31504.jpg", imageAlt: "EV charger icon"}, { - 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", imageAlt: "Smart home icon"}, + 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?_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", imageAlt: "Lighting 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?_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", imageAlt: "Inspection 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?_wi=2", imageAlt: "Inspection icon"}, ]} title="Expert Electrical Services" description="Comprehensive electrical solutions for residential and commercial spaces." -- 2.49.1