From f252db81fa9f4b695f8bbf8d443637dc2e96f5a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 00:13:36 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1558542..46286ec 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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() {