From 77df938b5c01e3b62e91a00ad248b2f769ffb58b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:33:52 +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 6f226b7..9742a84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,16 +93,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "New & Existing Wiring", description: "Professional installation and repair of electrical wiring systems for new construction and existing buildings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-caucasian-man-electrician-holding-screwdriver-working-plug-electric-residential-electric-system-installing-socket-wall-home-repair_166373-2203.jpg", imageAlt: "New wiring installation" + id: 1, title: "New & Existing Wiring", description: "Professional installation and repair of electrical wiring systems for new construction and existing buildings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-caucasian-man-electrician-holding-screwdriver-working-plug-electric-residential-electric-system-installing-socket-wall-home-repair_166373-2203.jpg", imageAlt: "New wiring installation" }, { - id: "2", title: "Lighting Installation", description: "Expert LED and low voltage lighting installation to enhance your spaces with modern, energy-efficient solutions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Professional lighting installation" + id: 2, title: "Lighting Installation", description: "Expert LED and low voltage lighting installation to enhance your spaces with modern, energy-efficient solutions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Professional lighting installation" }, { - id: "3", title: "EV Charger Power", description: "Professional installation of electric vehicle charging infrastructure for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-is-holding-electric-car-charging-connect-electric-car_1153-5059.jpg", imageAlt: "EV charger installation" + id: 3, title: "EV Charger Power", description: "Professional installation of electric vehicle charging infrastructure for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-is-holding-electric-car-charging-connect-electric-car_1153-5059.jpg", imageAlt: "EV charger installation" }, { - id: "4", title: "Service Upgrades", description: "Modernize your electrical systems with professional service upgrades to meet today's power demands.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-installation-wiring-work_169016-68158.jpg", imageAlt: "Electrical service upgrade" + id: 4, title: "Service Upgrades", description: "Modernize your electrical systems with professional service upgrades to meet today's power demands.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-installation-wiring-work_169016-68158.jpg", imageAlt: "Electrical service upgrade" }, ]} buttons={[ -- 2.49.1