@@ -47,34 +47,19 @@ const PERKS = [
47
47
// mobileScale: "0.88",
48
48
content : "We have always been a fully remote team and Scrollers have the flexibility to choose where and when they work." ,
49
49
} ,
50
- {
51
- icon : IconSVG2 ,
52
- title : "Home office set up" ,
53
- width : "2.2rem" ,
54
- // mobileScale: "0.87",
55
- content : "A choice of equipment is provided through our onboarding partner Hofy, along with furniture needed to create a comfortable work space." ,
56
- } ,
57
50
{
58
51
icon : IconSVG3 ,
59
52
title : "Paid time off" ,
60
53
width : "3.1rem" ,
61
54
// mobileScale: "0.73",
62
- content : "A total of 25 days PTO per year, plus local public holidays, and we encourage everyone to use it." ,
63
- } ,
64
- {
65
- icon : IconSVG4 ,
66
- title : "Growth budget" ,
67
- width : "3rem" ,
68
- // mobileScale: "0.785",
69
- content : "Up to $3,000 USD per year to pursue learning and growth opportunities." ,
55
+ content : "We offer discretionary paid time off and encourage people to take the time they need to rest and recharge when appropriate." ,
70
56
} ,
71
-
72
57
{
73
58
icon : IconSVG5 ,
74
59
title : "Co-working allowance" ,
75
60
width : "2.7rem" ,
76
61
// mobileScale: "0.88",
77
- content : "Up to $300 USD per month for co-working membership for those who prefer to work away from home." ,
62
+ content : "Up to $200 USD per month for co-working membership for those who prefer to work away from home." ,
78
63
} ,
79
64
{
80
65
icon : IconSVG6 ,
@@ -83,19 +68,12 @@ const PERKS = [
83
68
// mobileScale: "0.87",
84
69
content : "Offered in selected countries, including the US, Canada and the UK." ,
85
70
} ,
86
- {
87
- icon : IconSVG7 ,
88
- title : "Global offsites" ,
89
- width : "4.3rem" ,
90
- // mobileScale: "0.73",
91
- content : "We get together in a cool location at least once a year to get to know each other in person, work together, and have fun." ,
92
- } ,
93
71
{
94
72
icon : IconSVG8 ,
95
73
title : "Team meetups" ,
96
74
width : "3.3rem" ,
97
75
// mobileScale: "0.785",
98
- content : "We encourage teams to meet and work together in person at least once a year ." ,
76
+ content : "We encourage small teams to meet and work together in person once in awhile ." ,
99
77
} ,
100
78
]
101
79
@@ -127,7 +105,7 @@ const Perks = () => {
127
105
128
106
return (
129
107
< SectionWrapper >
130
- < Typography sx = { { fontSize : [ "3.2rem" , "4.8rem" ] , mb : [ "3.2rem" , "5.6rem" ] } } > Perks & benefits </ Typography >
108
+ < Typography sx = { { fontSize : [ "3.2rem" , "4.8rem" ] , mb : [ "3.2rem" , "5.6rem" ] } } > Perks and benefit </ Typography >
131
109
< SuccessionToView className = { classes . grid } >
132
110
{ PERKS . map ( ( { icon : IconSvg , width, title, content } , index ) => (
133
111
< SuccessionItem key = { index } >
0 commit comments