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