diff --git a/public/headshots/amomin.jpg b/public/headshots/amomin.jpg new file mode 100644 index 0000000..2db361c Binary files /dev/null and b/public/headshots/amomin.jpg differ diff --git a/src/content/people.ts b/src/content/people.ts index f17a642..3f43c79 100644 --- a/src/content/people.ts +++ b/src/content/people.ts @@ -25,6 +25,8 @@ import LWalker from "@/../public/headshots/lwalker.jpeg"; import PKallanagoudar from "@/../public/headshots/pkallanagoudar.jpeg"; import ABi from "@/../public/headshots/abi.png"; import XLiu from "@/../public/headshots/xliu.jpg"; +import AMomin from "@/../public/headshots/amomin.jpg"; + export enum Role { Faculty = "Faculty", @@ -267,4 +269,12 @@ export const PEOPLE = [ alum: true, graduation: 2025 }, + { + id: "amomin", + name: "Arfa Momin", + role: Role.UndergraduateStudent, + headshot: AMomin, + alum: false, + graduation: 2026 + }, ];