export interface SocialLink { id: string; link: string; socialIcon: string; iconWidth: number; iconHeight: number; }