### User story: As a Developer, I want to create my own profile card component, So that I appear on the /team page with my photo, role, bio, and quote. ### Acceptance Criteria (AC): - [ ] A file named <YourName>Card.tsx exists in /components/team - [ ] The card displays a profile photo sourced from /public/assets/team - [ ] The card displays your name, role, short bio, & quote. - [ ] The card component is imported and rendered in src/app/(home)/team/page.tsx ### Definition of done: - [ ] AC met - [ ] PR reviewed - [ ] merged to 174-team-intro branch (NOT MAIN)
User story:
As a Developer,
I want to create my own profile card component,
So that I appear on the /team page with my photo, role, bio, and quote.
Acceptance Criteria (AC):
Definition of done: