From 147730337ca4f1b7559cc258e6bbddcd0a2baea5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:39:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c75d7b..f49f93f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", imageAlt: "Professional roofing installation" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg?_wi=1", imageAlt: "Professional roofing installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", imageAlt: "Expert roof repair work" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg?_wi=2", imageAlt: "Expert roof repair work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/big-love-winter-time_329181-4651.jpg", imageAlt: "Skilled roofing team" + imageSrc: "http://img.b2bpic.net/free-photo/big-love-winter-time_329181-4651.jpg?_wi=1", imageAlt: "Skilled roofing team" }, ]} mediaAnimation="blur-reveal" @@ -108,7 +108,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/big-love-winter-time_329181-4651.jpg" + imageSrc="http://img.b2bpic.net/free-photo/big-love-winter-time_329181-4651.jpg?_wi=2" imageAlt="Elite Roofing team" mediaAnimation="blur-reveal" bulletPoints={[ -- 2.49.1