From d15aba0314bc80c227338ec1976230f88bdc444b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 01:30:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f93d55b..e4f4aed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "1", title: "How much do tree services cost?", content: "Costs vary based on complexity and scope. Contact us for a free estimate." }, + { id: "1", title: "How much do tree services cost?", content: "Costs vary based on factors like size, species, and location. Contact us for a free estimate." }, { id: "2", title: "Do you offer free estimates?", content: "Yes, we provide free, no-obligation quotes for all projects." }, { id: "3", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured for your protection." }, { id: "4", title: "How quickly can you schedule a job?", content: "We aim to schedule as quickly as possible, usually within the week." }, @@ -200,4 +200,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1