diff --git a/src/app/page.tsx b/src/app/page.tsx
index 553b7f1..0d18adf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,11 @@ export default function LandingPage() {
@@ -49,8 +46,7 @@ export default function LandingPage() {
logoText="Trusted Roofing Services Since 1966"
description="With over 58 years of experience, we provide top-tier roof inspection, repair, and installation services for the Rockford community. Get your free estimate today."
buttons={[
- {
- text: "Get Free Estimate", href: "#contact"},
+ { text: "Get Free Estimate", href: "#contact" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV5KR5pEzW1eOhhDpNfNBchMAB/uploaded-1778354695381-upjgjror.png?_wi=1"
imageAlt="Professional roof repair team at work"
@@ -62,15 +58,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built on Workmanship & Trust"
metrics={[
- {
- icon: Award,
- label: "Years in Business", value: "58+"},
- {
- icon: ShieldCheck,
- label: "Verified Experts", value: "100%"},
- {
- icon: ThumbsUp,
- label: "Customer Satisfaction", value: "4.9/5"},
+ { icon: Award, label: "Years in Business", value: "58+" },
+ { icon: ShieldCheck, label: "Verified Experts", value: "100%" },
+ { icon: ThumbsUp, label: "Customer Satisfaction", value: "4.9/5" },
]}
metricsAnimation="slide-up"
/>
@@ -82,18 +72,33 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "s1", title: "Roof Inspection", subtitle: "Detailed damage assessment", category: "Maintenance", value: "Thorough"},
- {
- id: "s2", title: "Installation", subtitle: "Expertly fitted roofs", category: "Projects", value: "Premium"},
- {
- id: "s3", title: "Emergency Repair", subtitle: "Rapid storm damage relief", category: "Repairs", value: "Available"},
+ { id: "s1", title: "Roof Inspection", subtitle: "Detailed damage assessment", category: "Maintenance", value: "Thorough" },
+ { id: "s2", title: "Installation", subtitle: "Expertly fitted roofs", category: "Projects", value: "Premium" },
+ { id: "s3", title: "Emergency Repair", subtitle: "Rapid storm damage relief", category: "Repairs", value: "Available" },
]}
title="Comprehensive Roofing Services"
description="We offer a full range of residential and commercial roofing solutions tailored to meet your property needs."
/>
+
+
+
+
@@ -178,22 +163,15 @@ export default function LandingPage() {