|
const jobData = [ |
|
{ |
|
id: 1, |
|
title: "Head of Sales", |
|
jobType: "Hybrid ", |
|
employmentType: "Full Time", |
|
status: "Opened", |
|
vacancies: 1, |
|
description: "Lead the sales team to drive growth, develop strategies, and manage key client relationships for business success.", |
|
imageUrl: "https://via.placeholder.com/320x180", |
|
}, |
|
{ |
|
id: 2, |
|
title: "Web Designer & Developer", |
|
jobType: "Hybrid ", |
|
employmentType: "Full Time", |
|
status: "Closed", |
|
vacancies: 0, |
|
description: "Design and develop websites, ensuring a smooth user experience while collaborating with product and design teams.", |
|
imageUrl: "https://via.placeholder.com/320x180", |
|
}, |
|
{ |
|
id: 3, |
|
title: "Senior Software Developer", |
|
jobType: "Onsite", |
|
employmentType: "Full Time", |
|
status: "Closed", |
|
vacancies: 0, |
|
description: "Develop robust software solutions, write efficient code, and mentor junior developers in a fast-paced environment.", |
|
imageUrl: "https://via.placeholder.com/320x180", |
|
}, |
|
{ |
|
id: 4, |
|
title: "System Admin", |
|
jobType: "Hybrid ", |
|
employmentType: "Full Time", |
|
status: "Opened", |
|
vacancies: 1, |
|
description: "Maintain and optimize IT infrastructure, ensuring optimal system performance and quickly addressing any technical issues.", |
|
imageUrl: "https://via.placeholder.com/320x180", |
|
}, |
|
{ |
|
id: 5, |
|
title: "Scientific Curators", |
|
jobType: "Hybrid", |
|
employmentType: "Full Time", |
|
status: "Opened", |
|
vacancies: 5, |
|
description: "Curate scientific content, collaborate with researchers, and contribute to the development of groundbreaking projects.", |
|
imageUrl: "https://via.placeholder.com/320x180", |
|
}, |
|
]; |
|
|
|
export default jobData; |