From 50ea70a0158534ec816548cafcc8621dc0d50800 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:37:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0d96d7..74c4c00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,23 +67,23 @@ export default function LandingPage() { features={[ { id: 1, - title: "Electrical Repairs", description: "Quick diagnostics and repairs for any electrical issue in your home or business", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-adjusting-circuitry-junction-box_169016-55631.jpg?_wi=1", imageAlt: "Electrical repair service" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-adjusting-circuitry-junction-box_169016-55631.jpg?_wi=2", imageAlt: "Electrical repair service" } + title: "Electrical Repairs", description: "Quick diagnostics and repairs for any electrical issue in your home or business", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-adjusting-circuitry-junction-box_169016-55631.jpg", imageAlt: "Electrical repair service" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-adjusting-circuitry-junction-box_169016-55631.jpg", imageAlt: "Electrical repair service" } }, { id: 2, - title: "Generator Installation", description: "Whole home backup generator installation and maintenance services", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-painting-car_23-2149714347.jpg?_wi=1", imageAlt: "Generator installation" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-painting-car_23-2149714347.jpg?_wi=2", imageAlt: "Generator installation" } + title: "Generator Installation", description: "Whole home backup generator installation and maintenance services", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-painting-car_23-2149714347.jpg", imageAlt: "Generator installation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-painting-car_23-2149714347.jpg", imageAlt: "Generator installation" } }, { id: 3, - title: "Panel Upgrades", description: "Modern electrical panel upgrades for increased capacity and safety", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5088.jpg?_wi=1", imageAlt: "Electrical panel upgrade" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5088.jpg?_wi=2", imageAlt: "Electrical panel upgrade" } + title: "Panel Upgrades", description: "Modern electrical panel upgrades for increased capacity and safety", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5088.jpg", imageAlt: "Electrical panel upgrade" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5088.jpg", imageAlt: "Electrical panel upgrade" } }, { id: 4, - title: "Lighting Installation", description: "Professional lighting installation for any room or outdoor space", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733198.jpg?_wi=1", imageAlt: "Lighting installation" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733198.jpg?_wi=2", imageAlt: "Lighting installation" } + title: "Lighting Installation", description: "Professional lighting installation for any room or outdoor space", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733198.jpg", imageAlt: "Lighting installation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733198.jpg", imageAlt: "Lighting installation" } } ]} buttons={[ -- 2.49.1