Motivation
The Staff page in the About section displays non-senator staff members. It's a simple card-based layout similar to Leadership.
Deliverables
- Build
/about/staff/page.tsx with cards for each active staff member
- Each card shows: photo (or placeholder), name, title, email
- Cards ordered by
display_order
- Conditional "Apply to be a Staffer" button/link — visible when
AppConfig.staffer_app_open is true (fetch from a config endpoint or include in the staff API response)
- Wire to
getStaff() from the API client
Important Notes
Motivation
The Staff page in the About section displays non-senator staff members. It's a simple card-based layout similar to Leadership.
Deliverables
/about/staff/page.tsxwith cards for each active staff memberdisplay_orderAppConfig.staffer_app_openis true (fetch from a config endpoint or include in the staff API response)getStaff()from the API clientImportant Notes