From bf3fa90be903261b1f301fcda322669fabce45e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 00:03: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 1ee8428..b2eb8f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function SitePage() { { imageSrc: "https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Professional roofer on a residential roof installing shingles"}, { - imageSrc: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", imageAlt: "A team of roofers working together on a roof"}, + imageSrc: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=1", imageAlt: "A team of roofers working together on a roof"}, ]} mediaAnimation="slide-up" rating={5} @@ -74,7 +74,7 @@ export default function SitePage() { { title: "Quality Materials", description: "Only the highest-grade, durable materials are used for every project." }, { title: "Certified Professionals", description: "Our team consists of highly skilled and certified roofing specialists." }, ]} - imageSrc="https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg" + imageSrc="https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=2" imageAlt="A team of roofers reviewing blueprints on a construction site" mediaAnimation="slide-up" /> -- 2.49.1