From c0ece60a59ae1cd33413eb584f203c1e181c40fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:49:57 +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 7820eb0..49d66fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { imageAlt: "High-security fencing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-man-spending-time-outdoors_23-2149010106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-man-spending-time-outdoors_23-2149010106.jpg?_wi=1", imageAlt: "Commercial fencing site", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-man-spending-time-outdoors_23-2149010106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-man-spending-time-outdoors_23-2149010106.jpg?_wi=2", imageAlt: "Industrial facility fencing", }, ]} @@ -167,7 +167,7 @@ export default function LandingPage() { role: "Site Manager", company: "Tech Logistics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12846.jpg?_wi=1", }, { id: "2", @@ -199,7 +199,7 @@ export default function LandingPage() { role: "Logistics Coordinator", company: "SafeWare Storage", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12846.jpg?_wi=2", }, ]} title="Trusted by Facility Managers" -- 2.49.1