From 417288d3aa8ee03ee524a419e7bddac4e4aa578b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 22:17:08 +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 6162dbd..5f8c7c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="radial-gradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Expert Landscaping" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "radial-gradient" }} + background={{ variant: "circleGradient" }} buttons={[ { text: "Get Free Quote", href: "#contact" }, { text: "View Our Work", href: "#testimonials" } @@ -203,7 +203,7 @@ export default function LandingPage() { title="Ready to Transform Your Yard?" description="Contact Shiloh Pine Straw Landscaping today for a free consultation and custom quote on your landscaping project." tagIcon={CheckCircle} - background={{ variant: "radial-gradient" }} + background={{ variant: "circleGradient" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Request Quote"