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" }, ]} />