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