diff --git a/src/app/staff/page.tsx b/src/app/staff/page.tsx index f5a103f..55d2cb9 100644 --- a/src/app/staff/page.tsx +++ b/src/app/staff/page.tsx @@ -23,7 +23,7 @@ export default function StaffPage() { useInvertedBackground={false} members={[ { id: "m1", name: "Jane Doe", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-posing-with-book_23-2148464478.jpg" }, - { id: "m2", name: "John Smith", role: "Head of Sciences", imageSrc: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg" }, + { id: "m2", name: "John Smith", role: "Head of Sciences", imageSrc: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg?_wi=2" }, ]} />