From 9d2f1e684e30fe0ee07b00631998bd2ded32eb1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 05:54:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5c4360..42ef89d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,23 +73,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg?_wi=1", imageAlt: "Electrician working", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg?_wi=1", imageAlt: "EV charger install", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg?_wi=1", imageAlt: "Solar wiring", }, { - imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-fixing-electricity-problem-home_58466-10803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-fixing-electricity-problem-home_58466-10803.jpg?_wi=1", imageAlt: "Customer service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-looking-mobile-phone-with-lighting-controlling-app-sitting-kitchen-house-with-automation-light-system-turning-bulb-using-voice-command_482257-2272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-looking-mobile-phone-with-lighting-controlling-app-sitting-kitchen-house-with-automation-light-system-turning-bulb-using-voice-command_482257-2272.jpg?_wi=1", imageAlt: "Smart lighting", }, { @@ -222,7 +222,7 @@ export default function LandingPage() { quote: "Professional, punctual, and highly efficient. Highly recommend!", tag: "EV Charger", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, { @@ -233,7 +233,7 @@ export default function LandingPage() { quote: "Reliable work for our commercial office setup.", tag: "General Electrical", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, { @@ -244,7 +244,7 @@ export default function LandingPage() { quote: "Friendly and respectful team. Great veteran-owned company.", tag: "Smart Lighting", avatarSrc: "http://img.b2bpic.net/free-photo/happy-positive-father-holding-little-daughter-arms-hugging-girl-talking-her-outdoors-after-returning-from-military-mission-trip-closeup-shot-family-reunion-returning-home-concept_74855-12889.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "Solved our electrical issues quickly. Transparent pricing.", tag: "Safety Inspect", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-elderly-woman-holding-mobile-standing-front-shelf_23-2147901275.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-fixing-electricity-problem-home_58466-10803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-fixing-electricity-problem-home_58466-10803.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "Efficient work on my new solar wiring. Very impressed.", tag: "Solar-Ready", avatarSrc: "http://img.b2bpic.net/free-photo/teenage-girl-listening-music-headphones-city-woman-city_169016-66657.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/person-looking-mobile-phone-with-lighting-controlling-app-sitting-kitchen-house-with-automation-light-system-turning-bulb-using-voice-command_482257-2272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-looking-mobile-phone-with-lighting-controlling-app-sitting-kitchen-house-with-automation-light-system-turning-bulb-using-voice-command_482257-2272.jpg?_wi=2", imageAlt: "happy homeowner portrait", }, ]} -- 2.49.1