export const candidates = [
  {
    id: 1,
    avatar: "/images/human_capital_logo.png",
    name: "Darlene Robertson",
    slug: "darlene-robertson",
    designation: "UI Designer",
    location: "London, UK",
    hourlyRate: "99",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 0,
      max: 10,
    },
    category: "Residential",
    gender: "Male",
    created_at: "Last Hour",
    experience: "Fresh",
    qualification: "Certificate",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 2,
    avatar: "/images/human_capital_logo.png",
    name: "Souvik Pal",
    slug: "souvik-pal",
    designation: "Developer",
    location: "London, UK",
    hourlyRate: "94",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 10,
      max: 20,
    },
    category: "Commercial",
    gender: "Female",
    created_at: "Last 24 Hour",
    experience: "1 Year",
    qualification: "Associate Degree",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 3,
    avatar: "/images/human_capital_logo.png",
    name: "John Doe",
    slug: "jogn-doe",
    designation: "Marketing Expert",
    location: "London, UK",
    hourlyRate: "99",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 20,
      max: 30,
    },
    category: "Industrial",
    gender: "Others",
    created_at: "Last 7 Days",
    experience: "2 Year",
    qualification: "Bachelor Degree",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 4,
    avatar: "/images/human_capital_logo.png",
    name: "Darlene Robertson",
    slug: "darlene-robertson",
    designation: "UI Designer",
    location: "London, UK",
    hourlyRate: "99",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 0,
      max: 10,
    },
    category: "Residential",
    gender: "Male",
    created_at: "Last Hour",
    experience: "Fresh",
    qualification: "Certificate",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 5,
    avatar: "/images/human_capital_logo.png",
    name: "Souvik Pal",
    slug: "souvik-pal",
    designation: "Developer",
    location: "London, UK",
    hourlyRate: "94",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 10,
      max: 20,
    },
    category: "Commercial",
    gender: "Female",
    created_at: "Last 24 Hour",
    experience: "1 Year",
    qualification: "Associate Degree",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 6,
    avatar: "/images/human_capital_logo.png",
    name: "John Doe",
    slug: "jogn-doe",
    designation: "Marketing Expert",
    location: "London, UK",
    hourlyRate: "99",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 20,
      max: 30,
    },
    category: "Industrial",
    gender: "Others",
    created_at: "Last 7 Days",
    experience: "2 Year",
    qualification: "Bachelor Degree",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 7,
    avatar: "/images/human_capital_logo.png",
    name: "Darlene Robertson",
    slug: "darlene-robertson",
    designation: "UI Designer",
    location: "London, UK",
    hourlyRate: "99",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 0,
      max: 10,
    },
    category: "Residential",
    gender: "Male",
    created_at: "Last Hour",
    experience: "Fresh",
    qualification: "Certificate",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 8,
    avatar: "/images/human_capital_logo.png",
    name: "Souvik Pal",
    slug: "souvik-pal",
    designation: "Developer",
    location: "London, UK",
    hourlyRate: "94",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 10,
      max: 20,
    },
    category: "Commercial",
    gender: "Female",
    created_at: "Last 24 Hour",
    experience: "1 Year",
    qualification: "Associate Degree",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 9,
    avatar: "/images/human_capital_logo.png",
    name: "John Doe",
    slug: "jogn-doe",
    designation: "Marketing Expert",
    location: "London, UK",
    hourlyRate: "99",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 20,
      max: 30,
    },
    category: "Industrial",
    gender: "Others",
    created_at: "Last 7 Days",
    experience: "2 Year",
    qualification: "Bachelor Degree",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 10,
    avatar: "/images/human_capital_logo.png",
    name: "Darlene Robertson",
    slug: "darlene-robertson",
    designation: "UI Designer",
    location: "London, UK",
    hourlyRate: "99",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 0,
      max: 10,
    },
    category: "Residential",
    gender: "Male",
    created_at: "Last Hour",
    experience: "Fresh",
    qualification: "Certificate",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 11,
    avatar: "/images/human_capital_logo.png",
    name: "Souvik Pal",
    slug: "souvik-pal",
    designation: "Developer",
    location: "London, UK",
    hourlyRate: "94",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 10,
      max: 20,
    },
    category: "Commercial",
    gender: "Female",
    created_at: "Last 24 Hour",
    experience: "1 Year",
    qualification: "Associate Degree",
    joinedDate: "Aug 19, 2020",
  },
  {
    id: 12,
    avatar: "/images/human_capital_logo.png",
    name: "John Doe",
    slug: "jogn-doe",
    designation: "Marketing Expert",
    location: "London, UK",
    hourlyRate: "99",
    tags: ["App", "Design", "Digital"],
    destination: {
      min: 20,
      max: 30,
    },
    category: "Industrial",
    gender: "Others",
    created_at: "Last 7 Days",
    experience: "2 Year",
    qualification: "Bachelor Degree",
    joinedDate: "Aug 19, 2020",
  },
];
