From 9c357cfdccf4b951c536e84cdc62d3c8744ebecb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 19:14:40 +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 0f8ce14..21e9c60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "emergency", title: "Emergency Repairs", description: "24/7 emergency electrical repairs. Available nights, weekends, and holidays for urgent issues.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3089.jpg", imageAlt: "Emergency electrician service" + id: "emergency", title: "Emergency Repairs", description: "24/7 emergency electrical repairs. Available nights, weekends, and holidays for urgent issues.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3089.jpg?_wi=1", imageAlt: "Emergency electrician service" }, { id: "panel", title: "Panel Upgrades", description: "Electrical panel upgrades and replacements to improve capacity and safety for modern homes.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-53646.jpg", imageAlt: "Electrical panel upgrade service" @@ -99,7 +99,7 @@ export default function LandingPage() { id: "ev", title: "EV Charger Installation", description: "Tesla and EV charging station installation with professional setup and safety certification.", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362794.jpg", imageAlt: "EV charging station installation" }, { - id: "inspection", title: "Safety Inspections", description: "Thorough electrical inspections to identify hazards and ensure compliance with safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3089.jpg", imageAlt: "Electrical safety inspection" + id: "inspection", title: "Safety Inspections", description: "Thorough electrical inspections to identify hazards and ensure compliance with safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3089.jpg?_wi=2", imageAlt: "Electrical safety inspection" } ]} gridVariant="three-columns-all-equal-width"