From ff7ae53537cc6721ce01d561a75c263354459802 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:45:36 +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 bc278c6..5db5241 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Professional roofing contractor at work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg", imageAlt: "Experienced roofing team with 20 years expertise"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=1", imageAlt: "Experienced roofing team with 20 years expertise"}, ]} mediaAnimation="slide-up" rating={5} @@ -95,7 +95,7 @@ export default function LandingPage() { title="20 Years of Quality Roofing Excellence" description="Family-owned and operated roofing contractor committed to exceptional quality, transparent pricing, and building lasting relationships with our community. Licensed, insured, and backed by thousands of satisfied customers across the region." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=2" imageAlt="Our experienced roofing team" buttons={[ { text: "Learn More", href: "#contact" }, -- 2.49.1