first commit
This commit is contained in:
38
data/benefits.js
Normal file
38
data/benefits.js
Normal file
@ -0,0 +1,38 @@
|
||||
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.",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user