From d066875c1a796c13a9a5f7a5f03e8cad7cce3837 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 01:48:45 +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 add604f..9f8798c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -220,13 +220,13 @@ export default function LandingPage() { id: "1", name: "Extraction Site 1", role: "Raw Material", - imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13316.jpg?_wi=1", }, { id: "2", name: "Sorting Area", role: "Operations", - imageSrc: "http://img.b2bpic.net/free-photo/basalt-columns-near-vik-iceland_335224-617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/basalt-columns-near-vik-iceland_335224-617.jpg?_wi=1", }, { id: "3", @@ -238,13 +238,13 @@ export default function LandingPage() { id: "4", name: "Logistics Yard", role: "Dispatch", - imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13316.jpg?_wi=2", }, { id: "5", name: "Quality Lab", role: "Analysis", - imageSrc: "http://img.b2bpic.net/free-photo/basalt-columns-near-vik-iceland_335224-617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/basalt-columns-near-vik-iceland_335224-617.jpg?_wi=2", }, ]} title="Quarry & Operations" -- 2.49.1