From 22971822696687ccd365bb432cd9d24e4d049fde Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:43:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffaface..5f8b5d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -45,18 +45,18 @@ export default function LandingPage() { description="Connect with trusted local contractors for fast, professional plumbing repairs. No job too big or small—from leaking faucets to water pipe emergencies." tag="Emergency Services" tagIcon={AlertCircle} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg", imageAlt: "Professional plumber at work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=1", imageAlt: "Leaking faucet repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", imageAlt: "Leaking faucet repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=1", imageAlt: "Drainage system repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Drainage system repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=1", imageAlt: "Water heater installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Water heater installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg?_wi=1", imageAlt: "Professional plumbing team"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg", imageAlt: "Professional plumbing team"}, ]} buttons={[ { text: "Find a Contractor", href: "#contact" }, @@ -77,13 +77,13 @@ export default function LandingPage() { features={[ { id: "1", title: "Emergency Repairs", author: "24/7 Available", description: "Immediate response to leaking faucets, burst pipes, and urgent plumbing issues. Our network of local contractors ensures fast service when you need it most.", tags: ["Quick Response", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=2", imageAlt: "Emergency plumbing repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", imageAlt: "Emergency plumbing repair"}, { id: "2", title: "Drainage Solutions", author: "Expert Diagnosis", description: "Professional assessment and repair of drainage issues. Whether it's a simple clog or complex pipe flow problems, our contractors have the expertise to fix it right.", tags: ["Thorough", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=2", imageAlt: "Drainage system repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Drainage system repair"}, { id: "3", title: "Water Heater Services", author: "Quality Brands", description: "Installation and maintenance of top-rated water heaters including Whirlpool, Kenmore, and Bradford White models. Ensure your home has reliable hot water year-round.", tags: ["Installation", "Maintenance"], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=2", imageAlt: "Water heater installation service"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Water heater installation service"}, ]} /> @@ -98,10 +98,11 @@ export default function LandingPage() { { value: "500+", title: "Verified Contractors" }, { value: "98%", title: "Customer Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg" imageAlt="Professional plumbing contractors" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -176,7 +177,7 @@ export default function LandingPage() { title="Stay Updated with Plumbing Tips" description="Subscribe to our newsletter for expert plumbing advice, maintenance tips, and special offers from trusted contractors in your neighborhood." tagIcon={Mail} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-vector/flat-design-feedback-pop-up_23-2149122211.jpg" imageAlt="Newsletter signup" -- 2.49.1