From ea78b5c2d5a1391ebd39ba19dea164930929457b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:37:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f048b2..14958d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide free estimates for all our landscaping services." }, + { id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide free estimates for all our landscaping services within 24 hours of your request." }, { id: "q2", title: "Which areas do you serve?", content: "We primarily serve Boca Raton and surrounding areas including zip code 33428." }, { id: "q3", title: "Are you licensed and insured?", content: "Yes, our team is fully licensed and insured for your peace of mind." }, { id: "q4", title: "What does your maintenance plan include?", content: "Our comprehensive maintenance plan includes weekly mowing, hedge trimming, weed control, bed edging, and seasonal fertilization to ensure your landscape remains healthy and vibrant all year round." }, -- 2.49.1