import { NavLink } from '@/types';

export const NEWS_LINKS: Array<NavLink> = [
  {
    id: 0,
    title: '09/01/10 HHP/Fonteno win $7.9 mil',
    link: 'http://www.hiltonheadproperties.net/legal/michaelrdavis.htm',
  },
];
