Update src/app/services/page.tsx

This commit is contained in:
2026-04-17 06:50:24 +00:00
parent e9e44bdbc6
commit 7ceff2ca67

View File

@@ -43,10 +43,10 @@ export default function ServicesPage() {
title="Our Full Suite of Services"
description="From emergency repair to comprehensive insurance-backed restorations, we handle every detail."
features={[
{ title: "Leak Detection", description: "Precision diagnostic tools to find hidden leaks.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/speech-bubble-cut-out-icon_53876-71319.jpg", imageAlt: "chat bubble icon premium" },
{ title: "Roof Replacement", description: "Full tear-offs and high-quality shingle installation.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", imageAlt: "chat bubble icon premium" },
{ title: "Storm Repair", description: "Rapid restoration for wind and hail damage.", buttonIcon: CloudRain, imageSrc: "http://img.b2bpic.net/free-vector/shield-love-silhouette-logo_361591-2147.jpg", imageAlt: "chat bubble icon premium" },
{ title: "Preventative Care", description: "Maintenance plans to extend your roof lifespan.", buttonIcon: ShieldCheck, imageSrc: "http://img.b2bpic.net/free-vector/background-with-advocacy-elements_23-2147814115.jpg", imageAlt: "chat bubble icon premium" },
{ title: "Leak Detection", description: "Precision diagnostic tools to find hidden leaks.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/speech-bubble-cut-out-icon_53876-71319.jpg?_wi=2", imageAlt: "chat bubble icon premium" },
{ title: "Roof Replacement", description: "Full tear-offs and high-quality shingle installation.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=3", imageAlt: "chat bubble icon premium" },
{ title: "Storm Repair", description: "Rapid restoration for wind and hail damage.", buttonIcon: CloudRain, imageSrc: "http://img.b2bpic.net/free-vector/shield-love-silhouette-logo_361591-2147.jpg?_wi=2", imageAlt: "chat bubble icon premium" },
{ title: "Preventative Care", description: "Maintenance plans to extend your roof lifespan.", buttonIcon: ShieldCheck, imageSrc: "http://img.b2bpic.net/free-vector/background-with-advocacy-elements_23-2147814115.jpg?_wi=2", imageAlt: "chat bubble icon premium" },
]}
/>
</div>