From 3c869b502f11ee07c0bc8c46a9e716dea72bc71f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:18:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 341d483..fe51d7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/metal-door_23-2148006003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-door_23-2148006003.jpg?_wi=1", imageAlt: "Emergency roof repair in progress", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-repairer-with-ladder-uniform-isolated_1303-14255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-repairer-with-ladder-uniform-isolated_1303-14255.jpg?_wi=1", imageAlt: "Professional roofer at work", }, { @@ -106,7 +106,7 @@ export default function LandingPage() { title="Restoring Safety to Your Home" description="With over 20 years of experience, we specialize in fixing sudden leaks and storm damage. Colin and his team are your local experts for rapid response roofing." subdescription="We understand that roof emergencies don't wait for business hours. We are here to keep your family and property dry." - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg?_wi=1" mediaAnimation="blur-reveal" imageAlt="Roof inspection residential" icon={ShieldCheck} @@ -129,21 +129,21 @@ export default function LandingPage() { title: "Storm Damage", description: "Quick response to high wind and debris damage.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/metal-door_23-2148006003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-door_23-2148006003.jpg?_wi=2", imageAlt: "Man walking on the roof ", }, { title: "Tarping", description: "Prevent further damage with expert roof tarping.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/woman-repairer-with-ladder-uniform-isolated_1303-14255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-repairer-with-ladder-uniform-isolated_1303-14255.jpg?_wi=2", imageAlt: "Man walking on the roof ", }, { title: "Insurance Help", description: "Assistance with your emergency insurance claims.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg?_wi=2", imageAlt: "Man walking on the roof ", }, ]} -- 2.49.1