From 7b53b7fe4dc2fb8b951657c1339b278830e21fe8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:25:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50c7034..a97cd2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { description="Your Trusted Partner for Premier Lawn Care and Expert Tree Services in Pasadena, TX. We keep your property pristine." buttons={[ { - text: "Get a Free Estimate", href: "#contact"}, + text: "Request a Quote", href: "#contact"}, { text: "View Our Services", href: "#services"}, ]} @@ -205,7 +205,7 @@ export default function LandingPage() { { id: "q3", title: "How often do you provide lawn mowing services?", content: "We offer flexible scheduling including weekly, bi-weekly, and one-time lawn mowing services to fit your property's needs and your preferences."}, { - id: "q4", title: "Do you offer free estimates?", content: "Absolutely! We provide free, no-obligation estimates for all our lawn care and tree services. Simply call us or fill out our contact form."}, + id: "q4", title: "How can I get a quote?", content: "Yes! We provide quotes for all our lawn care and tree services. Simply call us or fill out our contact form to get started."}, ]} sideTitle="Common Questions About Our Services" sideDescription="Find quick answers to your most frequent questions about our lawn care, tree services, and operational practices in Pasadena, TX." @@ -221,7 +221,7 @@ export default function LandingPage() { variant: "plain"}} tag="Get in Touch" title="Ready for a Beautiful Yard?" - description="Contact us today for a free estimate on our comprehensive lawn care and tree services in Pasadena, TX. Call: 713 955 8020." + description="Contact us today for a quote on our comprehensive lawn care and tree services in Pasadena, TX. Call: 713 955 8020." inputPlaceholder="Enter your email" buttonText="Request a Quote" termsText="By clicking Request a Quote you're confirming that you agree with our Terms and Conditions." @@ -240,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file