--- const year = new Date().getFullYear() export interface Props { links?: Array<{ href: string, target?: string, display: string }> socials?: Array<{ href: string, target?: string, icon: any }> } ---