export interface SocialData {accounts:{ id: number; name: string; url: string; title: string; icon: string; }[] }