export interface Link { name: string; description: string; url: string; }