From 16945c6e422f50edfa1b24eae1a0b2c5fe25164e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:46:33 +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 44e040c..cde0cb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { { text: "Call Now for Free Quote", href: "tel:(979)661-1880" }, { text: "Request a Quote", href: "#contact" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} /> @@ -188,7 +188,7 @@ export default function LandingPage() { tagIcon={Phone} title="Need Excavation Work Done?" description="Contact us today for a free quote. We serve the local area and pride ourselves on honest, fair pricing and professional service." - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Quote" -- 2.49.1