From a7cb6316cfb049b81140838d54f7c890a3e6f868 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 21:54:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 131 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 101 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a80af32..5b6baf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,16 +48,13 @@ export default function LandingPage() {
@@ -203,20 +154,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Do you help with insurance claims?", - content: "Yes, we work closely with your insurance company to simplify the documentation and settlement process.", - }, + id: "q1", title: "Do you help with insurance claims?", content: "Yes, we work closely with your insurance company to simplify the documentation and settlement process."}, { - id: "q2", - title: "How long does a typical repair take?", - content: "Most residential repairs are completed within 24-48 hours depending on the extent of the damage.", - }, + id: "q2", title: "How long does a typical repair take?", content: "Most residential repairs are completed within 24-48 hours depending on the extent of the damage."}, { - id: "q3", - title: "Are you licensed and insured?", - content: "Absolutely. We carry full business and worker's compensation insurance and are licensed for all Houston-area projects.", - }, + id: "q3", title: "Are you licensed and insured?", content: "Absolutely. We carry full business and worker's compensation insurance and are licensed for all Houston-area projects."}, ]} title="Frequently Asked Questions" description="Clear answers to your most common roofing questions." @@ -228,8 +170,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file