diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2bb387b..422a793 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,20 +47,15 @@ export default function LandingPage() {
@@ -78,14 +65,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Built to Last, Designed for You",
- },
+ type: "text", content: "Built to Last, Designed for You"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg",
- alt: "About Peak Roofing",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg", alt: "About Peak Roofing"},
]}
/>
@@ -93,36 +75,21 @@ export default function LandingPage() {
@@ -247,20 +152,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How long does a roof installation take?",
- content: "Most residential roofs are completed in 1-2 days depending on the size and complexity of the project.",
- },
+ id: "q1", title: "How long does a roof installation take?", content: "Most residential roofs are completed in 1-2 days depending on the size and complexity of the project."},
{
- id: "q2",
- title: "Do you provide financing?",
- content: "Yes, we offer various flexible financing options for larger roofing projects.",
- },
+ id: "q2", title: "Do you provide financing?", content: "Yes, we offer various flexible financing options for larger roofing projects."},
{
- id: "q3",
- title: "Are you fully licensed and insured?",
- content: "Absolutely. We are fully licensed, bonded, and insured for your peace of mind.",
- },
+ id: "q3", title: "Are you fully licensed and insured?", content: "Absolutely. We are fully licensed, bonded, and insured for your peace of mind."},
]}
title="Frequently Asked Questions"
description="Answers to common questions about our roofing services and process."
@@ -272,8 +168,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file