From 0e581626b3ab75ec0178a8d304f3acad98e93c55 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:04:14 +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 4aee145..ebb8788 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,16 +50,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-background-repair-site_169016-7325.jpg", imageAlt: "Professional electrical wiring installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-holds-her-hand-small-wall-lamp_1153-3558.jpg", imageAlt: "Expert lighting installation service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-background-repair-site_169016-7325.jpg?_wi=1", imageAlt: "Professional electrical wiring installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-holds-her-hand-small-wall-lamp_1153-3558.jpg?_wi=1", imageAlt: "Expert lighting installation service" }, { imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg", imageAlt: "Skilled electrical team" }, { imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site_169016-5293.jpg", imageAlt: "Professional electrical repair work" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66830.jpg", imageAlt: "Electrical system maintenance and inspection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66830.jpg?_wi=1", imageAlt: "Electrical system maintenance and inspection" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-touching-measuring-device-wall-near-power-socket_259150-58248.jpg", imageAlt: "Expert electrician at work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-background-repair-site_169016-7325.jpg", imageAlt: "Quality electrical wiring" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-holds-her-hand-small-wall-lamp_1153-3558.jpg", imageAlt: "Professional fixture installation" } + { imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-background-repair-site_169016-7325.jpg?_wi=2", imageAlt: "Quality electrical wiring" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-holds-her-hand-small-wall-lamp_1153-3558.jpg?_wi=2", imageAlt: "Professional fixture installation" } ]} buttons={[ { text: "Get Your Free Quote", href: "contact" }, @@ -155,7 +155,7 @@ export default function LandingPage() { { id: "5", title: "How do I schedule a service appointment?", content: "You can call us at (555) 123-4567, visit our contact page, or fill out our online quote form. We'll work with you to find a convenient time that fits your schedule." }, { id: "6", title: "Do you offer free estimates?", content: "Yes! We provide free in-home estimates for most projects. This allows us to assess your needs accurately and give you a detailed quote before any work begins." } ]} - imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66830.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66830.jpg?_wi=2" imageAlt="Professional electrical inspection" title="Frequently Asked Questions" description="Find answers to common questions about our electrical services, pricing, and scheduling." -- 2.49.1