Update src/app/page.tsx

This commit is contained in:
2026-03-14 22:17:08 +00:00
parent 70aa5aa443
commit 417288d3aa

View File

@@ -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"