From 982bb32e5460a9093b35142cddc3bad5f6fb5e7b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:42:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7af276..0a1a8bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { description="Keep your property pristine and protected year-round. From gutter cleaning to snow removal, we handle all your exterior maintenance needs with professional expertise and attention to detail." tag="Quality You Can Trust" tagIcon={CheckCircle} - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} testimonials={[ { name: "John Martinez", handle: "Homeowner, Denver CO", testimonial: "Outstanding service! They cleaned our gutters perfectly and installed gutter guards. Highly recommend!", rating: 5, @@ -252,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1