diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1911e24..7879932 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,8 +53,8 @@ export default function LandingPage() { membersAnimation="slide-up" useInvertedBackground={false} members={[ - { id: "owner", name: "Carston Smith - Owner", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg" }, - { id: "tm1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg" }, + { id: "owner", name: "Carston Smith - Owner", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg?_wi=1" }, + { id: "tm1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg?_wi=2" }, { id: "tm2", name: "Sarah Smith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg" }, ]} />