From 10159afb53301002d3dfd5d0785e769206a757f0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:26:53 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8c3e937..14ff501 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,8 +43,8 @@ export default function LandingPage() { title="Leadership Team" description="The experts behind our formulas." team={[ - { id: "1", name: "Dr. Sarah Chen", role: "Lead Chemist", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg" }, - { id: "2", name: "Mark Stevens", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg" }, + { id: "1", name: "Dr. Sarah Chen", role: "Lead Chemist", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=1" }, + { id: "2", name: "Mark Stevens", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=2" }, ]} />