From 50bdfa30e95cf9ab777d547e1cffde8b3c14fcfb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:41:46 +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 042d49e..2190533 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,10 +86,10 @@ export default function LandingPage() { title: "Roof Inspections", description: "Comprehensive evaluations to identify damage, wear, and potential issues before they become costly problems.", icon: Search, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/technician-engineer-checks-maintenance-solar-cell-panels_1150-4262.jpg", imageAlt: "Professional roof inspection with detailed assessment" + imageSrc: "http://img.b2bpic.net/free-photo/technician-engineer-checks-maintenance-solar-cell-panels_1150-4262.jpg?_wi=1", imageAlt: "Professional roof inspection with detailed assessment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/technician-engineer-checks-maintenance-solar-cell-panels_1150-4262.jpg", imageAlt: "Inspector examining roof condition closely" + imageSrc: "http://img.b2bpic.net/free-photo/technician-engineer-checks-maintenance-solar-cell-panels_1150-4262.jpg?_wi=2", imageAlt: "Inspector examining roof condition closely" } ] }, @@ -97,10 +97,10 @@ export default function LandingPage() { title: "Roof Repairs", description: "Expert repairs for leaks, damaged shingles, flashing issues, and storm damage. Fast response to protect your home.", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg", imageAlt: "Professional roofer performing roof repair" + imageSrc: "http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg?_wi=1", imageAlt: "Professional roofer performing roof repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg", imageAlt: "Expert roof repair work in progress" + imageSrc: "http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg?_wi=2", imageAlt: "Expert roof repair work in progress" } ] }, @@ -108,10 +108,10 @@ export default function LandingPage() { title: "Roof Replacement", description: "Complete roof installations with quality materials and professional craftsmanship. We ensure lasting durability and protection.", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg", imageAlt: "Complete roof replacement installation" + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg?_wi=1", imageAlt: "Complete roof replacement installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg", imageAlt: "Professional roof replacement team at work" + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg?_wi=2", imageAlt: "Professional roof replacement team at work" } ] } -- 2.49.1