@@ -47,34 +47,19 @@ const PERKS = [
4747 // mobileScale: "0.88",
4848 content : "We have always been a fully remote team and Scrollers have the flexibility to choose where and when they work." ,
4949 } ,
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- } ,
5750 {
5851 icon : IconSVG3 ,
5952 title : "Paid time off" ,
6053 width : "3.1rem" ,
6154 // 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." ,
7056 } ,
71-
7257 {
7358 icon : IconSVG5 ,
7459 title : "Co-working allowance" ,
7560 width : "2.7rem" ,
7661 // 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." ,
7863 } ,
7964 {
8065 icon : IconSVG6 ,
@@ -83,19 +68,12 @@ const PERKS = [
8368 // mobileScale: "0.87",
8469 content : "Offered in selected countries, including the US, Canada and the UK." ,
8570 } ,
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- } ,
9371 {
9472 icon : IconSVG8 ,
9573 title : "Team meetups" ,
9674 width : "3.3rem" ,
9775 // 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 ." ,
9977 } ,
10078]
10179
@@ -127,7 +105,7 @@ const Perks = () => {
127105
128106 return (
129107 < 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 >
131109 < SuccessionToView className = { classes . grid } >
132110 { PERKS . map ( ( { icon : IconSvg , width, title, content } , index ) => (
133111 < SuccessionItem key = { index } >
0 commit comments