From 10ec54553fb414be298387a64e342dcac031e12e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 20:06:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5541590..4877cac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "View Service Areas", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-feeding-father_23-2148947323.jpg", imageAlt: "professional plumber installing modern bathroom fixtures" }, { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721542.jpg", imageAlt: "emergency burst water pipe repair residential home" }, @@ -202,7 +202,7 @@ export default function LandingPage() { description="Your emergency plumbing solution is one call away. Rapid response, transparent pricing, and professional expertise every time." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email for updates" buttonText="Sign Up" -- 2.49.1