Update src/app/page.tsx

This commit is contained in:
2026-05-11 14:35:10 +00:00
parent 4f4ecd219a
commit 2bf46a10ee

View File

@@ -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: "#"},
]}
/>
</div>