From a16e85ac5055ee3cd4d7578099623c17f7eedbee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:08:38 +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 15589be..2ae056f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,18 +51,18 @@ function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Professional plumbing bathroom installation" + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=1", imageAlt: "Professional plumbing bathroom installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "Emergency plumbing service truck" + imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=1", imageAlt: "Emergency plumbing service truck" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "24/7 Emergency plumbing response" + imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=2", imageAlt: "24/7 Emergency plumbing response" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Expert plumbing repairs and installation" + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2", imageAlt: "Expert plumbing repairs and installation" } ]} avatars={[ @@ -87,19 +87,19 @@ function LandingPage() { animationType="slide-up" features={[ { - id: "emergency", title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent repairs", tag: "Open 24 Hours", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "Emergency plumbing service" + id: "emergency", title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent repairs", tag: "Open 24 Hours", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=3", imageAlt: "Emergency plumbing service" }, { id: "drain", title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services for your home", tag: "Fast Service", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Professional drain cleaning" }, { - id: "leak", title: "Leak Detection & Repair", description: "Advanced leak detection to find and fix hidden water leaks", tag: "Expert Detection", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg", imageAlt: "Leak detection service" + id: "leak", title: "Leak Detection & Repair", description: "Advanced leak detection to find and fix hidden water leaks", tag: "Expert Detection", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg?_wi=1", imageAlt: "Leak detection service" }, { id: "water-heater", title: "Water Heater Service", description: "Repair, replacement, and maintenance of water heaters", tag: "Same Day", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26537.jpg", imageAlt: "Water heater repair and replacement" }, { - id: "sewer", title: "Sewer Line Repair", description: "Comprehensive sewer line inspection and repair services", tag: "Advanced Tech", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg", imageAlt: "Sewer line repair" + id: "sewer", title: "Sewer Line Repair", description: "Comprehensive sewer line inspection and repair services", tag: "Advanced Tech", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg?_wi=2", imageAlt: "Sewer line repair" }, { id: "fixtures", title: "Faucet & Fixture Repair", description: "Expert repair and installation of faucets and bathroom fixtures", tag: "Quality Work", imageSrc: "http://img.b2bpic.net/free-photo/pro-kitchen-sprayer-sleek-sink-stone-backsplash_169016-69285.jpg", imageAlt: "Faucet and fixture installation" @@ -118,7 +118,7 @@ function LandingPage() { description="Serving Palm Harbor and surrounding areas with professional, reliable plumbing services since day one." subdescription="We're committed to fast response times, honest pricing, and exceptional customer service." icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=3" imageAlt="Professional Harbor Plumbing team" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1