From 550b6f6a2916c3a360db1697572e4f47e12f4bb9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 03:52:51 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02e9f45..aba13a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { href: "tel:123-456-7890", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/carpenter-man-working-sideways_23-2148748786.jpg" + imageSrc="http://img.b2bpic.net/free-photo/carpenter-man-working-sideways_23-2148748786.jpg?_wi=1" imageAlt="Professional roofer inspecting a residential roof" mediaAnimation="slide-up" /> @@ -114,7 +114,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Tired of Roofers Cutting Corners?" description="Leaks coming back? Poor drainage & ponding water? Bad workmanship from previous contractors?\n\nWe identify the root problem—not just the symptoms—and fix it permanently." - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg?_wi=1" imageAlt="Illustration of a leaking roof and a solution" /> @@ -249,7 +249,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Tired of Roofers Cutting Corners?" description="Leaks coming back? Poor drainage & ponding water? Bad workmanship from previous contractors?\n\nWe identify the root problem—not just the symptoms—and fix it permanently." - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg?_wi=2" imageAlt="Illustration of a leaking roof and a solution" /> -- 2.49.1 From be11bf2360629075894b71085b5e813ec0645e4d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 03:52:51 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 241a7c1..6d91a18 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { title: "New Roof Installation", description: "High-quality new roof installations with a variety of materials tailored to your home's aesthetic and budget.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-sideways_23-2148748786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-sideways_23-2148748786.jpg?_wi=2", imageAlt: "new roof installation", }, items: [ -- 2.49.1