export interface SocialAccount { icon: string; label: string; link: string; }