export type Project = { id: string; title: string; description: string; github: string; stack: string[]; };