diff --git a/frontend/public/images/sara.png b/frontend/public/images/sara.png new file mode 100755 index 0000000..27333f1 Binary files /dev/null and b/frontend/public/images/sara.png differ diff --git a/frontend/src/app/board/page.tsx b/frontend/src/app/board/page.tsx index 2a29273..ec2b7ca 100644 --- a/frontend/src/app/board/page.tsx +++ b/frontend/src/app/board/page.tsx @@ -77,12 +77,12 @@ const officers: BoardMember[] = [ photoHeight: 2048, }, { - name: "David Saldivar", + name: "Sara Bowthorpe", role: "Treasurer", membership: "Founding Voting Member", - photo: "/images/david.jfif", - photoWidth: 1004, - photoHeight: 1211, + photo: "/images/sara.png", + photoWidth: 1086, + photoHeight: 1448, }, ];