Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-19 01:30:22 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}