From 3243a222c9165e9057e7cb905e391876e3e0dc38 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:57:05 +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 8b86497..229f3ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { mediaAnimation="slide-up" tagAnimation="slide-up" buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> @@ -203,7 +203,7 @@ export default function LandingPage() { title="Get Your Free Quote Today" description="Contact us for a no-obligation estimate on your painting or handyman project. We're available 24/7 to answer your questions." tagIcon={Phone} - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Request Quote" -- 2.49.1