Update src/app/services/page.tsx

This commit is contained in:
2026-02-22 00:13:36 +00:00
parent 1cd299c164
commit f252db81fa

View File

@@ -44,7 +44,7 @@ export default function ServicesPage() {
{ id: "inspection", label: "Storm Inspections", description: "Prevent damage before the next storm hits with our thorough pre-storm evaluations. We identify potential weak spots and provide recommendations to fortify your roof." },
{ id: "maintenance", label: "Preventative Maintenance", description: "Extend the life of your roof and protect your investment with regular upkeep. Our maintenance plans include debris removal, gutter cleaning, and a full inspection." },
]}
imageSrc="https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"
imageSrc="https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2"
imageAlt="Roofer inspecting roof for damage"
mediaAnimation="slide-up"
imagePosition="right"
@@ -73,7 +73,7 @@ export default function ServicesPage() {
tagIcon={CloudLightning}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg"
imageSrc="https://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=2"
imageAlt="Storm approaching a house roof"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -84,7 +84,7 @@ export default function ServicesPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"
imageSrc="https://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=2"
imageAlt="A view of a modern house roof at sunset"
columns={[
{ title: "Services", items: [{ label: "Roof Repairs", href: "/services" }, { label: "Roof Replacement", href: "/services" }, { label: "Storm Inspections", href: "/services" }] },