From acc4eeea9047e68eb69d63ff5e62ac3b5226dcd5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:08:10 +0000 Subject: [PATCH] Update src/app/roofing/page.tsx --- src/app/roofing/page.tsx | 60 ++++++++++++---------------------------- 1 file changed, 17 insertions(+), 43 deletions(-) diff --git a/src/app/roofing/page.tsx b/src/app/roofing/page.tsx index 4d9127b..9f68fec 100644 --- a/src/app/roofing/page.tsx +++ b/src/app/roofing/page.tsx @@ -46,23 +46,18 @@ export default function RoofingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" imageAlt="Professional roofing installation" + mediaAnimation="none" bulletPoints={[ { - title: "Expert Roof Replacement", - description: "High-quality materials, proper ventilation, and expert installation for roofs built to last decades.", - icon: Zap, + title: "Expert Roof Replacement", description: "High-quality materials, proper ventilation, and expert installation for roofs built to last decades.", icon: Zap, }, { - title: "Fast Leak Repairs", - description: "Quick diagnosis and targeted repairs to stop water damage before it spreads through your home.", - icon: Shield, + title: "Fast Leak Repairs", description: "Quick diagnosis and targeted repairs to stop water damage before it spreads through your home.", icon: Shield, }, { - title: "Storm Damage Recovery", - description: "We document damage thoroughly and guide you through insurance claims with expertise and care.", - icon: CheckCircle, + title: "Storm Damage Recovery", description: "We document damage thoroughly and guide you through insurance claims with expertise and care.", icon: CheckCircle, }, ]} /> @@ -78,35 +73,17 @@ export default function RoofingPage() { animationType="slide-up" features={[ { - id: "1", - title: "Residential Roof Replacement", - author: "Complete Renewal", - description: - "Old roof? We'll tear off the old materials, inspect the decking, and install a new high-quality roof with proper ventilation and flashing.", - tags: ["Replacement", "Durability"], - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", - imageAlt: "Roof replacement project", - }, + id: "1", title: "Residential Roof Replacement", author: "Complete Renewal", description: + "Old roof? We'll tear off the old materials, inspect the decking, and install a new high-quality roof with proper ventilation and flashing.", tags: ["Replacement", "Durability"], + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roof replacement project"}, { - id: "2", - title: "Roof Repair & Leak Detection", - author: "Emergency Response", - description: - "Spot a leak? We locate the source quickly, assess the damage, and make repairs before more water damage occurs.", - tags: ["Repair", "Emergency"], - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", - imageAlt: "Roof leak repair", - }, + id: "2", title: "Roof Repair & Leak Detection", author: "Emergency Response", description: + "Spot a leak? We locate the source quickly, assess the damage, and make repairs before more water damage occurs.", tags: ["Repair", "Emergency"], + imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Roof leak repair"}, { - id: "3", - title: "Storm Damage Assessment & Claims", - author: "Documentation & Support", - description: - "After a storm, we inspect your roof, photograph damage, and provide detailed reports to support your insurance claim.", - tags: ["Storm Damage", "Insurance"], - imageSrc: "http://img.b2bpic.net/free-photo/signing-document_1098-14224.jpg?_wi=2", - imageAlt: "Storm damage documentation", - }, + id: "3", title: "Storm Damage Assessment & Claims", author: "Documentation & Support", description: + "After a storm, we inspect your roof, photograph damage, and provide detailed reports to support your insurance claim.", tags: ["Storm Damage", "Insurance"], + imageSrc: "http://img.b2bpic.net/free-photo/signing-document_1098-14224.jpg", imageAlt: "Storm damage documentation"}, ]} /> @@ -131,8 +108,7 @@ export default function RoofingPage() { copyrightText="© 2025 Y&A Attic Insulation & Roofing. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Roof Replacement", href: "/roofing" }, { label: "Roof Repair", href: "/roofing" }, { label: "Attic Insulation", href: "/attic" }, @@ -140,8 +116,7 @@ export default function RoofingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/#valueProposition" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }, @@ -149,8 +124,7 @@ export default function RoofingPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Get Free Inspection", href: "/contact" }, { label: "Insurance Help", href: "/contact" }, { label: "FAQ", href: "/#faq" },