From e3d2d5154be79df78b11016fe256d4cf5b424bbc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:35:33 +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 09ce2b8..da2ff6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,15 +72,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg?_wi=1", imageAlt: "residential roof installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-worker-sitting-brick-wall_259150-57719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-worker-sitting-brick-wall_259150-57719.jpg?_wi=1", imageAlt: "roof repair specialist work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern-background_1203-3028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern-background_1203-3028.jpg?_wi=1", imageAlt: "new roof shingle texture", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-water-drips-morning-dew-car-window_181624-3141.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg?_wi=2", imageAlt: "roof shingle installation", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-worker-sitting-brick-wall_259150-57719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-worker-sitting-brick-wall_259150-57719.jpg?_wi=2", imageAlt: "roof shingle installation", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof-with-hammer_23-2149343667.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern-background_1203-3028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern-background_1203-3028.jpg?_wi=2", imageAlt: "roof shingle installation", }, ]} -- 2.49.1