@@ -115,30 +77,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Shingle Replacement",
- description: "Complete shingle replacement for aging or damaged roofs.",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Metal Roofing",
- description: "Durable and energy-efficient metal roof installations.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Emergency Repairs",
- description: "Fast, reliable leak detection and urgent repair services.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Roof Maintenance",
- description: "Seasonal cleaning and proactive inspection services.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg",
- buttonIcon: "Zap",
- },
+ { title: "Shingle Replacement", description: "Complete shingle replacement for aging or damaged roofs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg", buttonIcon: Zap },
+ { title: "Metal Roofing", description: "Durable and energy-efficient metal roof installations.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", buttonIcon: Zap },
+ { title: "Emergency Repairs", description: "Fast, reliable leak detection and urgent repair services.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", buttonIcon: Zap },
+ { title: "Roof Maintenance", description: "Seasonal cleaning and proactive inspection services.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", buttonIcon: Zap }
]}
title="Our Roofing Services"
description="Comprehensive solutions tailored to meet the unique needs of your home."
@@ -151,36 +93,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "20+",
- title: "Years Experience",
- items: [
- "Serving the community",
- "Thousands of projects",
- "Proven expertise",
- ],
- },
- {
- id: "m2",
- value: "5k+",
- title: "Roofs Installed",
- items: [
- "Commercial projects",
- "Residential homes",
- "Custom builds",
- ],
- },
- {
- id: "m3",
- value: "99%",
- title: "Satisfaction Rate",
- items: [
- "Based on feedback",
- "Customer retention",
- "Professional quality",
- ],
- },
+ { id: "m1", value: "20+", title: "Years Experience", items: ["Serving the community", "Thousands of projects", "Proven expertise"] },
+ { id: "m2", value: "5k+", title: "Roofs Installed", items: ["Commercial projects", "Residential homes", "Custom builds"] },
+ { id: "m3", value: "99%", title: "Satisfaction Rate", items: ["Based on feedback", "Customer retention", "Professional quality"] }
]}
title="Proven Results"
description="Our numbers speak to the consistency and reliability of our service."
@@ -191,13 +106,7 @@ export default function LandingPage() {
@@ -205,44 +114,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file