generated from ReCoded-Org/capstone-react-redux-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdata.js
20 lines (20 loc) · 842 Bytes
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export const showcaseData = [
{
id: 1,
header: 'Full Time Jobs',
body: 'if you are set on your career and want to work full time, then a full time job is just the one for you, clicking here will show you all the current full time jobs in our platform',
button: 'Full time jobs >',
},
{
id: 2,
header: 'Part Time Jobs',
body: 'if you are set on your career and want to work Part time, then a part time job is just the one for you, clicking here will show you all the current part time jobs in our platform',
button: 'Part Time jobs >',
},
{
id: 3,
header: 'Remote Jobs',
body: ' you are set on your career and want to work remotes, then a remotes job is just the one for you, clicking here will show you all the current remotes jobs in our platform',
button: 'Remote jobs >',
},
];