From 119fe41db25497a45f9752960c03fc52c1beb07c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:08:08 +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 013d7e5..15589be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,21 +48,21 @@ function LandingPage() { { text: "Request Service", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - 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/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Professional plumbing bathroom installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=1", imageAlt: "Emergency plumbing service truck" + imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "Emergency plumbing service truck" } ]} rightCarouselItems={[ { - 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/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "24/7 Emergency plumbing response" }, { - 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" + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", 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?_wi=3", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg" imageAlt="Professional Harbor Plumbing team" mediaAnimation="slide-up" useInvertedBackground={true} @@ -177,7 +177,7 @@ function LandingPage() { { text: "📞 Call Now: (727) 493-7578", href: "tel:(727)493-7578" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} /> -- 2.49.1