From 1abe3b36b89177a621aa799525e6b12623ffe452 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 12:47:06 +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 9045555..57d309c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background={{ variant: "plain" }} + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -195,7 +195,7 @@ export default function LandingPage() { description="Schedule your HVAC service or request a free quote today. Available 24/7 for emergencies." tagIcon={MessageSquare} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Request Service" -- 2.49.1