From fab2cf5ce102624bc4f3db1f31ed54075e2fb69a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:18:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 +++++++++-------------------------------------- 1 file changed, 36 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa08d65..735a21d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -193,21 +121,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "Are you fully insured?", - content: "Yes, our team is fully insured to ensure your property remains protected.", - }, - { - id: "2", - title: "Do you offer emergency service?", - content: "Absolutely, we provide 24/7 emergency response for storm damage.", - }, - { - id: "3", - title: "What service areas do you cover?", - content: "We serve the local suburban residential area with fast turnaround times.", - }, + { id: "1", title: "Are you fully insured?", content: "Yes, our team is fully insured to ensure your property remains protected." }, + { id: "2", title: "Do you offer emergency service?", content: "Absolutely, we provide 24/7 emergency response for storm damage." }, + { id: "3", title: "What service areas do you cover?", content: "We serve the local suburban residential area with fast turnaround times." }, ]} title="Frequently Asked Questions" description="Answers to common concerns about our tree care process." @@ -218,9 +134,7 @@ export default function LandingPage() {