From b29e663504b3840448d0b74ecb4aac60a1765b17 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:42:04 +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 c87a059..cf54994 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function LandingPage() { imageAlt: "Aerial view of suburban home roof", }, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-hammer-building-house_23-2148748857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-hammer-building-house_23-2148748857.jpg?_wi=1", imageAlt: "Professional roofers on site", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=1", imageAlt: "Detailed flashing installation", }, { @@ -136,13 +136,13 @@ export default function LandingPage() { id: "4", title: "Roof Inspection", description: "Professional assessment to identify potential issues before they become major costs.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=2", }, { id: "5", title: "Gutter Maintenance", description: "Comprehensive gutter systems to ensure proper drainage and protect your foundation.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-hammer-building-house_23-2148748857.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-hammer-building-house_23-2148748857.jpg?_wi=2", }, ]} title="Expert Roofing Services" -- 2.49.1