diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8b46115..90a839e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,82 +47,51 @@ export default function LandingPage() {
@@ -157,33 +116,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Roof Installation",
- subtitle: "High-quality installs with durable materials.",
- category: "New Build",
- value: "Premium",
- },
+ id: "1", title: "Roof Installation", subtitle: "High-quality installs with durable materials.", category: "New Build", value: "Premium"},
{
- id: "2",
- title: "Roof Repairs",
- subtitle: "Fast fixes to restore safety and extend roof life.",
- category: "Maintenance",
- value: "Reliable",
- },
+ id: "2", title: "Roof Repairs", subtitle: "Fast fixes to restore safety and extend roof life.", category: "Maintenance", value: "Reliable"},
{
- id: "3",
- title: "Roof Inspections",
- subtitle: "Detailed assessments to catch hidden issues.",
- category: "Safety",
- value: "Thorough",
- },
+ id: "3", title: "Roof Inspections", subtitle: "Detailed assessments to catch hidden issues.", category: "Safety", value: "Thorough"},
{
- id: "4",
- title: "Maintenance",
- subtitle: "Preventative care for peak performance.",
- category: "Care",
- value: "Proactive",
- },
+ id: "4", title: "Maintenance", subtitle: "Preventative care for peak performance.", category: "Care", value: "Proactive"},
]}
title="Our Roofing Services"
description="We provide comprehensive roofing solutions to keep your home protected year-round."
@@ -192,49 +131,25 @@ export default function LandingPage() {
@@ -280,46 +184,29 @@ export default function LandingPage() {