From f03d79b982976835bf9dbfe2e5336b92780eeb05 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:49:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ecfe51..09f5809 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,8 @@ export default function LandingPage() { { id: "f1", title: "Do you provide same-day estimates?", content: "Yes, we prioritize fast, same-day estimates for our local St. James clients." }, { id: "f2", title: "Is your crew fully insured?", content: "Absolutely. We are fully insured and carry all necessary credentials." }, { id: "f3", title: "What areas do you serve?", content: "We primarily serve St. James, Smithtown, Lake Grove, Centereach, and Nesconset." }, - { id: "f4", title: "Are you on-site for jobs?", content: "The owner is personally on-site for every major project we undertake." } + { id: "f4", title: "What is your service radius?", content: "We serve a 15-mile radius around St. James, NY to ensure timely and high-quality service for all our clients." }, + { id: "f5", title: "Are you on-site for jobs?", content: "The owner is personally on-site for every major project we undertake." } ]} title="Frequently Asked Questions" description="Common questions about our landscaping services." -- 2.49.1