From 53ab98cc147a591bb62e50e0069a7644e54046b3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 23:10:23 +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 1c38364..a3ab011 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-construction-site-warehouse_181624-24262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-construction-site-warehouse_181624-24262.jpg?_wi=1", imageAlt: "Aerial shot of roof", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-carpentry-work_23-2147773354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-carpentry-work_23-2147773354.jpg?_wi=1", imageAlt: "Close up of shingles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-waistcoat_627829-6948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-waistcoat_627829-6948.jpg?_wi=1", imageAlt: "Roofing crew", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-planning-environment-projects_23-2148829334.jpg", imageAlt: "Thermal home mapping", }, - imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-construction-site-warehouse_181624-24262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-construction-site-warehouse_181624-24262.jpg?_wi=2", imageAlt: "mobile roofing app mockup", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/architectural-project-white-background-with-copy-space_23-2148540134.jpg", imageAlt: "Construction blueprint", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-carpentry-work_23-2147773354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-carpentry-work_23-2147773354.jpg?_wi=2", imageAlt: "mobile roofing app mockup", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-beautiful-modern-building-middle-city-clear-sky_181624-7463.jpg", imageAlt: "3D structure model", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-waistcoat_627829-6948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-waistcoat_627829-6948.jpg?_wi=2", imageAlt: "mobile roofing app mockup", }, ]}