--- import about from "../../images/about.webp"; import { Image } from "astro:assets"; import neko from "../../images/neko.webp"; import { LiaDotCircle } from "react-icons/lia"; import Officer from "../board/Officer.astro"; import Filter from "../board/Filter.astro"; import officers from "../../data/officers.json"; // Get all unique types and add 'All' option const typeOrder = ["Executives", "Internal", "Events", "Projects"]; const types = ["All", ...typeOrder]; const currentFilter = "All"; ---
About background image About image

MEET THE BOARD

Our board comprises 31 students of varying majors, colleges, and interests! Feel free to reach out for any questions about our position or experiences.

{ officers.map((officer) => (
)) }