From 373b79aa44a5c20a30445eb5a2b17e2e0e474a30 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:49:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67cc987..6458514 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg", imageAlt: "Luxury home with premium electrical work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-close-up_169016-16567.jpg", imageAlt: "Modern electrical panel upgrade" }, - { imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Professional lighting installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23790.jpg", imageAlt: "Expert electrical troubleshooting" }, - { imageSrc: "http://img.b2bpic.net/free-vector/person-controlling-smart-home-with-tablet_1284-54597.jpg", imageAlt: "Smart home electrical circuits" }, - { imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg", imageAlt: "Clean organized home wiring" } + { imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-with-fuses-connection-installation-electrical-panel-with-modern-equipment-concept-complex-work_169016-5086.jpg?_wi=1", imageAlt: "Luxury home with premium electrical work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-close-up_169016-16567.jpg?_wi=1", imageAlt: "Modern electrical panel upgrade" }, + { imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1", imageAlt: "Professional lighting installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23790.jpg?_wi=1", imageAlt: "Expert electrical troubleshooting" }, + { imageSrc: "http://img.b2bpic.net/free-vector/person-controlling-smart-home-with-tablet_1284-54597.jpg?_wi=1", imageAlt: "Smart home electrical circuits" }, + { imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12103.jpg?_wi=1", imageAlt: "Clean organized home wiring" } ]} ariaLabel="Hero section showcasing Pioneer Valley Electric services" /> @@ -99,7 +99,7 @@ export default function LandingPage() {