import type { ILinkItem } from '../../types'; export const additionalLinksItems: ILinkItem[] = [ { title: 'contact', name: '/contacts', }, { title: 'terms', name: '/terms', }, { title: 'dmca', name: '/dmca', }, { title: '2257', name: '/2257', }, { title: 'privacy', name: '/policy', }, ];