diff --git a/src/app/page.tsx b/src/app/page.tsx index cfb17d6..3e358d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -313,12 +159,7 @@ export default function LandingPage() { @@ -327,31 +168,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "1. Call or message us", - content: "Contact us via phone or our online form to describe your issue.", - }, - { - id: "2", - title: "2. We arrive quickly", - content: "Our team coordinates a rapid arrival time based on your emergency.", - }, - { - id: "3", - title: "3. Diagnose the issue", - content: "We assess the situation professionally with clear explanations.", - }, - { - id: "4", - title: "4. Fix it properly", - content: "We use high-quality tools to ensure your system works reliably.", - }, - { - id: "5", - title: "5. You're back up and running", - content: "We finish the job and ensure everything is spotless.", - }, + { id: "1", title: "1. Call or message us", content: "Contact us via phone or our online form to describe your issue." }, + { id: "2", title: "2. We arrive quickly", content: "Our team coordinates a rapid arrival time based on your emergency." }, + { id: "3", title: "3. Diagnose the issue", content: "We assess the situation professionally with clear explanations." }, + { id: "4", title: "4. Fix it properly", content: "We use high-quality tools to ensure your system works reliably." }, + { id: "5", title: "5. You're back up and running", content: "We finish the job and ensure everything is spotless." }, ]} title="How It Works" description="Simple, transparent, and efficient process." @@ -362,9 +183,7 @@ export default function LandingPage() {