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