diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4cae8fd..2df95b9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -55,38 +47,24 @@ export default function LandingPage() {
description="Cole Roofing Services delivers premium roof replacements, repairs, and inspections with unmatched speed, communication, and craftsmanship across South Florida."
buttons={[
{
- text: "Get Free Roof Inspection",
- href: "/contact",
- },
+ text: "Get Free Roof Inspection", href: "/contact"},
{
- text: "Call Now",
- href: "tel:5555555555",
- },
+ text: "Call Now", href: "tel:5555555555"},
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-lamp-hanging-inside-building-with-glass-ceiling_181624-11469.jpg"
imageAlt="Luxury home roof replacement"
showDimOverlay={true}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg",
- alt: "Exterior of home",
- },
+ src: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg", alt: "Exterior of home"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg",
- alt: "Medium shot man working on roof",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", alt: "Medium shot man working on roof"},
{
- src: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
- alt: "Full shot man wearing protection helmet outdoors",
- },
+ src: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", alt: "Full shot man wearing protection helmet outdoors"},
{
- src: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg",
- alt: "Full shot roofers working with helmets",
- },
+ src: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", alt: "Full shot roofers working with helmets"},
{
- src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2712.jpg",
- alt: "black businessman happy expression",
- },
+ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2712.jpg", alt: "black businessman happy expression"},
]}
avatarText="Trusted by 500+ Local Homeowners"
/>
@@ -97,14 +75,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Google",
- "Angie's List",
- "HomeAdvisor",
- "Yelp",
- "Facebook",
- "BBB",
- "Houzz",
- ]}
+ "Google", "Angie's List", "HomeAdvisor", "Yelp", "Facebook", "BBB", "Houzz"]}
title="Our Trusted Reputation"
description="We are proud to serve our community with excellence and integrity."
/>
@@ -116,23 +87,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Roof Replacement",
- description: "Full tear-offs and premium installations built for long-term protection.",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg",
- imageAlt: "Roof replacement",
- },
+ title: "Roof Replacement", description: "Full tear-offs and premium installations built for long-term protection.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", imageAlt: "Roof replacement"},
{
- title: "Detailed Inspections",
- description: "Detailed, honest reports for homeowners, buyers, and insurance.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg",
- imageAlt: "Inspection",
- },
+ title: "Detailed Inspections", description: "Detailed, honest reports for homeowners, buyers, and insurance.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", imageAlt: "Inspection"},
{
- title: "Storm Restoration",
- description: "Insurance-ready inspections and full claim support for fast recovery.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166605.jpg",
- imageAlt: "Restoration",
- },
+ title: "Storm Restoration", description: "Insurance-ready inspections and full claim support for fast recovery.", imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166605.jpg", imageAlt: "Restoration"},
]}
title="Our Premium Roofing Services"
description="Comprehensive care for your roof, from emergency leaks to complete architectural transformations."
@@ -142,63 +101,32 @@ export default function LandingPage() {
@@ -250,16 +158,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file