From 650cd4dd264f662beccec812075f037899da3c18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:35:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15b9ec5..6b225c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Professional-grade roofing installation and repair services." mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg", imageAlt: "Roofing project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", imageAlt: "Roofing professional" } + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=1", imageAlt: "Roofing professional" } ]} buttons={[{ text: "Get Free Estimate", href: "#contact" }]} /> @@ -58,7 +58,7 @@ export default function LandingPage() { tag="About Us" title="Decades of Roofing Excellence" description="We provide premium residential roofing solutions with unmatched quality and service." - imageSrc="http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg" + imageSrc="http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2" useInvertedBackground={false} /> -- 2.49.1