Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user