From f10e57ca9647ce8d1aa616b993fdacc37eacaf71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 02:26:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11d3c93..090aa06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,10 +70,10 @@ export default function HomePage() { title: "Panel Upgrades & Breaker Replacement", description: "Safe, code-compliant electrical panel upgrades and repairs", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg", imageAlt: "Electrical panel upgrade in progress" + imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg?_wi=1", imageAlt: "Electrical panel upgrade in progress" }, { - imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg", imageAlt: "Modern electrical panel installation" + imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg?_wi=1", imageAlt: "Modern electrical panel installation" } ] }, @@ -81,10 +81,10 @@ export default function HomePage() { title: "Lighting Installation", description: "Indoor & outdoor lighting design and installation", icon: Sun, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Modern interior lighting installation" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=1", imageAlt: "Modern interior lighting installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", imageAlt: "Outdoor lighting installation" + imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg?_wi=1", imageAlt: "Outdoor lighting installation" } ] }, @@ -92,10 +92,10 @@ export default function HomePage() { title: "Electrical Troubleshooting & Repairs", description: "Fast diagnosis and repair of electrical issues", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Electrician diagnosing electrical problem" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=1", imageAlt: "Electrician diagnosing electrical problem" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Professional electrical repair work" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=2", imageAlt: "Professional electrical repair work" } ] }, @@ -103,10 +103,10 @@ export default function HomePage() { title: "EV Charger Installation", description: "Home electric vehicle charging station setup & installation", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg", imageAlt: "EV charger installation at home" + imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=1", imageAlt: "EV charger installation at home" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg", imageAlt: "Modern EV charging station" + imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg?_wi=1", imageAlt: "Modern EV charging station" } ] } @@ -159,15 +159,15 @@ export default function HomePage() { testimonials={[ { id: "1", name: "James Mitchell", handle: "@jmitchell_wy", testimonial: "Stemple Electric fixed our panel issue in less than a day. Professional, clean work, and they explained everything clearly. Will definitely call them again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { id: "2", name: "Sarah Chen", handle: "@sarahc_cheyenne", testimonial: "Had them install a new EV charger at our home. The installation was seamless and they were incredibly respectful of our space. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1" }, { id: "3", name: "Robert Thompson", handle: "@rthompson_laramie", testimonial: "We needed emergency lighting repairs during a storm. They responded quickly and the work was solid. Great to have a reliable electrician in Laramie.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=1" } ]} animationType="slide-up" @@ -188,7 +188,7 @@ export default function HomePage() {