export const companyies = [
  {
    id: 1,
    slug: "deus-ex-machinas",
    img: "/images/human_capital_logo.png",
    name: "Deus Ex Machinas",
    location: "London, UK",
    jobNumber: "15",
    jobType: "Accounting / Finance",
    phone: "123 456 7890",
    email: "info@udemy.com",
    bgColor: "bg-clr-1",
    destination: {
      min: 0,
      max: 10,
    },
    foundationDate: {
      min: 1900,
      max: 1910,
    },
    category: "Residential",
  },
  {
    id: 2,
    slug: "ebs",
    img: "/images/avatar",
    name: "EBS",
    location: "London, UK",
    jobNumber: "22",
    jobType: "Accounting / Finance",
    phone: "123 456 7890",
    email: "info@stripe.com",
    bgColor: "bg-clr-2",
    destination: {
      min: 10,
      max: 20,
    },
    foundationDate: {
      min: 1910,
      max: 1920,
    },
    category: "Commercial",
  },
  {
    id: 3,
    slug: "dropbox",
    img: "/images/avatar",
    name: "Dropbox",
    location: "London, UK",
    jobNumber: "22",
    jobType: "Accounting / Finance",
    phone: "123 456 7890",
    email: "info@dropbox.com",
    bgColor: "bg-clr-3",
    destination: {
      min: 20,
      max: 30,
    },
    foundationDate: {
      min: 1920,
      max: 1930,
    },
    category: "Industrial",
  },
  {
    id: 4,
    slug: "figma",
    img: "/images/avatar",
    name: "Figma",
    location: "London, UK",
    jobNumber: "21",
    jobType: "Accounting / Finance",
    phone: "123 456 7890",
    email: "info@figma.com",
    bgColor: "bg-clr-4",
    destination: {
      min: 30,
      max: 40,
    },
    foundationDate: {
      min: 1930,
      max: 1940,
    },
    category: "Apartments",
  },
  {
    id: 5,
    slug: "udemy",
    img: "/images/avatar",
    name: "Udemy",
    location: "London, UK",
    jobNumber: "15",
    jobType: "Accounting / Finance",
    phone: "123 456 7890",
    email: "info@udemy.com",
    bgColor: "bg-clr-1",
    destination: {
      min: 40,
      max: 50,
    },
    foundationDate: {
      min: 1940,
      max: 1950,
    },
    category: "Residential",
  },
  {
    id: 6,
    slug: "stripe",
    img: "/images/avatar",
    name: "Stripe",
    location: "London, UK",
    jobNumber: "22",
    jobType: "Accounting / Finance",
    phone: "123 456 7890",
    email: "info@stirpe.com",
    bgColor: "bg-clr-2",
    destination: {
      min: 50,
      max: 60,
    },
    foundationDate: {
      min: 1950,
      max: 1960,
    },
    category: "Commercial",
  },
];
