diff --git a/src/app/page.tsx b/src/app/page.tsx index 007e394..ca42206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "radial-gradient"}} - title="Turn Your Ordinary Yard Into a Lush, Bespoke Outdoor Sanctuary" + title="Elevating Your Outdoor Living Experience" description="Premium landscape design and maintenance services for discerning homeowners." testimonials={[ { @@ -197,7 +197,7 @@ export default function LandingPage() { "Mowing", "Edging", "Debris removal"], }, { - id: "pro", badge: "Recommended", price: "$399/mo", name: "Professional Garden", buttons: [ + id: "pro", price: "$399/mo", name: "Professional Garden", buttons: [ { text: "Choose Plan", href: "#contact"}, ], @@ -272,7 +272,7 @@ export default function LandingPage() { description="Contact us today for a free consultation." buttons={[ { - text: "Contact Us", href: "#"}, + text: "Request Free Estimate", href: "#"}, ]} />