From af6398d49b562fd04c8808eb6743968189225210 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 09:50:58 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8d01059..a84473c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description: "Committed to local infrastructure projects.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/factory-workers-checking-quality-metal-products-production-plant_342744-83.jpg" + imageSrc="http://img.b2bpic.net/free-photo/factory-workers-checking-quality-metal-products-production-plant_342744-83.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -80,14 +80,14 @@ export default function LandingPage() { id: "t1", name: "Paul M.", role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-checking-quality-metal-products-production-plant_342744-83.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-checking-quality-metal-products-production-plant_342744-83.jpg?_wi=2", imageAlt: "professional factory team steel", }, { id: "t2", name: "Linda R.", role: "Head of Engineering", - imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-male-walking-through-bridge_181624-12054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-male-walking-through-bridge_181624-12054.jpg?_wi=3", imageAlt: "professional factory team steel", }, ]} @@ -96,7 +96,7 @@ export default function LandingPage() {