39 lines
1.3 KiB
JavaScript
39 lines
1.3 KiB
JavaScript
export const slideItems = [
|
|
{
|
|
iconClass: "icon-competitive-compensation",
|
|
title: "Competitive Compensation",
|
|
description:
|
|
"Benefit from a competitive salary, performance-based bonuses, and stock options.",
|
|
},
|
|
{
|
|
iconClass: "icon-comprehensive-benefits",
|
|
title: "Comprehensive Benefits",
|
|
description:
|
|
"Access a range of benefits, including health insurance, retirement plans, and flexible time off.",
|
|
},
|
|
{
|
|
iconClass: "icon-professional-development",
|
|
title: "Professional Development",
|
|
description:
|
|
"Invest in your career with ongoing training, mentorship, and opportunities for certification.",
|
|
},
|
|
{
|
|
iconClass: "icon-work-life-balance",
|
|
title: "Work-Life Balance",
|
|
description:
|
|
"Maintain a healthy work-life balance with flexible work arrangements and wellness programs.",
|
|
},
|
|
{
|
|
iconClass: "icon-collaborative-culture",
|
|
title: "Collaborative Culture",
|
|
description:
|
|
"Work alongside talented colleagues in a supportive and inclusive environment.",
|
|
},
|
|
{
|
|
iconClass: "icon-global-opportunities",
|
|
title: "Global Opportunities",
|
|
description:
|
|
"Work on challenging international projects that make a difference worldwide, accelerating your career growth.",
|
|
},
|
|
];
|