export interface Project { icon?: string; name: string; description: string; link: string; source?: string; }