Update src/app/staff/page.tsx

This commit is contained in:
2026-04-21 12:53:35 +00:00
parent edce7cf69f
commit 099f3ad132

View File

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