import { OtherProject } from '@/types';

export const OTHER_PROJECTS: Array<OtherProject> = [
  {
    id: 1,
    category: 'Real Estate',
    name: 'Chase Fonteno - Photo Database',
    link: 'http://www.chasefonteno.com/photos/index.php?cat=10001',
    status: '',
  },
  {
    id: 2,
    category: 'Real Estate',
    name: 'RealEstate4Sale.com',
    link: 'http://web.archive.org/web/20000301233830/http://www.realestate4sale.com/',
    status: 'Sold',
  },
  {
    id: 3,
    category: 'Real Estate',
    name: 'WickedProperties.com',
    link: '',
    status: 'In Beta Testing',
  },
  {
    id: 4,
    category: 'Real Estate',
    name: 'Loans4Sale.com',
    link: 'https://chasefonteno.com/www.Loans4Sale.com/about.htm',
    status: 'In Beta Testing',
  },
  {
    id: 5,
    category: 'Real Estate',
    name: 'Hilton Head Pathways',
    link: 'https://chasefonteno.com/www.hiltonheadpathways.com',
    status: '',
  },
  {
    id: 6,
    category: 'Real Estate',
    name: 'Real Estate Catburglar',
    link: 'https://chasefonteno.com/www.realestatecatburglar.com',
    status: '',
  },
  {
    id: 7,
    category: 'Real Estate',
    name: 'Sterling World Partners',
    link: 'http://www.sterlingworldpartners.com/',
    status: '',
  },
  {
    id: 8,
    category: 'Real Estate',
    name: 'Piranha Fund',
    link: '',
    status: '',
  },
  {
    id: 9,
    category: 'Real Estate',
    name: 'Private Offerings',
    link: '',
    status: 'In Legal Review',
  },
  {
    id: 10,
    category: 'Real Estate',
    name: 'REIT Management Partners',
    link: '',
    status: 'In Development',
  },
  {
    id: 11,
    category: 'Real Estate',
    name: 'TakeMyDeed.com',
    link: '',
    status: 'In Development',
  },
  {
    id: 12,
    category: 'Real Estate',
    name: 'The Real Estate Expo',
    link: '',
    status: 'In Development',
  },
  {
    id: 13,
    category: 'Real Estate',
    name: 'Luxury Home Managers',
    link: 'http://www.luxuryhomemanagers.com/',
    status: '',
  },
  {
    id: 14,
    category: 'Web',
    name: 'The Billionaires Club',
    link: 'https://thebillionairesclub.io/',
    status: '',
  },
  {
    id: 15,
    category: 'Web',
    name: 'TBC-Hosting',
    link: 'https://www.tbc-hosting.com/',
    status: '',
  },
  {
    id: 16,
    category: 'Web',
    name: 'MyWeb.Site',
    link: 'https://myweb.site/',
    status: '',
  },
  {
    id: 17,
    category: 'Web',
    name: 'Prime 1 Domains',
    link: 'https://prime1domains.com/',
    status: '',
  },
  {
    id: 18,
    category: 'Web',
    name: 'Mega Pure Life',
    link: 'https://megapurelife.com/',
    status: '',
  },
  {
    id: 19,
    category: 'Web',
    name: 'Master Pro-X Academy',
    link: 'https://mastersproxacademy.com/',
    status: '',
  },
  {
    id: 20,
    category: 'Web',
    name: 'Prompts Galaxy',
    link: 'https://promptsgalaxy.com/',
    status: '',
  },
  {
    id: 21,
    category: 'Web',
    name: 'WealthMeetsBeauty.com',
    link: '',
    status: 'In Development',
  },
  {
    id: 22,
    category: 'Web',
    name: 'AngelFunds.org',
    link: '',
    status: 'In Development',
  },
  {
    id: 23,
    category: 'Web',
    name: 'BillionaireBoysClub.com(tm)',
    link: '',
    status: 'Being Revamped',
  },
  {
    id: 24,
    category: 'Web',
    name: 'The CEO Fraternity(tm)',
    link: '',
    status: 'In Development',
  },
  {
    id: 25,
    category: 'Web',
    name: 'CheapFashionExport.org',
    link: '',
    status: 'In Development',
  },
  {
    id: 26,
    category: 'Web',
    name: 'HardMoneyInvestors.net',
    link: '',
    status: 'In Planning',
  },
  {
    id: 27,
    category: 'Web',
    name: 'AmericanBPOs.com',
    link: '',
    status: 'In Planning',
  },
  {
    id: 28,
    category: 'Web',
    name: 'OddFamilyPhotos.com',
    link: '',
    status: 'In Development',
  },
];
