From c6cd5dfce64bd2aee127e683c553acc3c8c13cc5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:19:54 +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 e16c782..13ad317 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,22 +84,22 @@ export default function LandingPage() { description="From panel upgrades to lighting installations, we handle all your electrical needs" features={[ { - title: "Panel Upgrades & Replacements", description: "Modernize your electrical system with safe, reliable panel upgrades and fuse panel replacements.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg", imageAlt: "Electrical panel upgrade", button: { text: "Learn More", href: "#contact" }, + title: "Panel Upgrades & Replacements", description: "Modernize your electrical system with safe, reliable panel upgrades and fuse panel replacements, ensuring safe power delivery for modern appliances and smart home systems.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg", imageAlt: "Electrical panel upgrade", button: { text: "Learn More", href: "#contact" }, }, { - title: "Lighting Installation", description: "Professional interior and exterior lighting installation with precision finishing and clean workmanship.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508115.jpg", imageAlt: "Light fixture installation", button: { text: "Learn More", href: "#contact" }, + title: "Lighting Installation", description: "Professional interior and exterior lighting installation with precision finishing and clean workmanship, enhancing visibility, ambiance, and energy efficiency throughout your home.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508115.jpg", imageAlt: "Light fixture installation", button: { text: "Learn More", href: "#contact" }, }, { - title: "Renovation & Addition Wiring", description: "Complete electrical wiring for renovations, basement projects, and home additions.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=1", imageAlt: "Renovation wiring installation", button: { text: "Learn More", href: "#contact" }, + title: "Renovation & Addition Wiring", description: "Complete electrical wiring for renovations, basement projects, and home additions, providing reliable power infrastructure and future-proofing your expanded living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=1", imageAlt: "Renovation wiring installation", button: { text: "Learn More", href: "#contact" }, }, { - title: "Outlet & Switch Installation", description: "Professional installation, repairs, and relocation of outlets and switches throughout your home.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5071.jpg", imageAlt: "Outlet and switch installation", button: { text: "Learn More", href: "#contact" }, + title: "Outlet & Switch Installation", description: "Professional installation, repairs, and relocation of outlets and switches throughout your home, ensuring safe access to power where you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5071.jpg", imageAlt: "Outlet and switch installation", button: { text: "Learn More", href: "#contact" }, }, { - title: "Electrical Inspections & Repairs", description: "Fast diagnostics and safe solutions for electrical problems and system inspections.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg", imageAlt: "Electrical inspection and diagnostics", button: { text: "Learn More", href: "#contact" }, + title: "Electrical Inspections & Repairs", description: "Fast diagnostics and safe solutions for electrical problems and system inspections, identifying and resolving hazards to protect your property and family.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg", imageAlt: "Electrical inspection and diagnostics", button: { text: "Learn More", href: "#contact" }, }, { - title: "Outdoor Lighting", description: "Enhance your outdoor space with professional exterior lighting that's safe and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=2", imageAlt: "Outdoor electrical lighting", button: { text: "Learn More", href: "#contact" }, + title: "Outdoor Lighting", description: "Enhance your outdoor space with professional exterior lighting that's safe and reliable, improving security, curb appeal, and evening enjoyment of your property.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=2", imageAlt: "Outdoor electrical lighting", button: { text: "Learn More", href: "#contact" }, }, ]} gridVariant="two-columns-alternating-heights" -- 2.49.1