@@ -16,7 +16,6 @@ import Seo from '../components/Seo/Seo';
16
16
import StandardGrid from '../styles/StandardGrid' ;
17
17
import { PillarImages } from '../components/OurPillars' ;
18
18
import { ResourcesAbout } from '../components/Resources' ;
19
- import { PoliciesAbout } from '../components/Policies' ;
20
19
import AboutBackground from '../components/AboutBackground' ;
21
20
22
21
const HeroSection = styled ( Section ) `
@@ -161,29 +160,6 @@ const resources = [
161
160
}
162
161
] ;
163
162
164
- const policies = [
165
- {
166
- link : 'https://drive.google.com/file/d/1i3zj9-pCJ-oOVp4g83RTExqKzHkEp6Wq/view?usp=drive_link' ,
167
- title : 'Health & Safety'
168
- } ,
169
- {
170
- link : 'https://drive.google.com/file/d/1fDQ-X4PV_GQXYb4jELf3S5uRZOC_QeiH/view?usp=drive_link' ,
171
- title : 'Environment & Sustainability'
172
- } ,
173
- {
174
- link : 'https://drive.google.com/file/d/1p1TGkLeZlPgstbByFNB-Ksk62EnIWHRW/view?usp=drive_link' ,
175
- title : 'Safeguarding'
176
- } ,
177
- {
178
- link : 'https://drive.google.com/file/d/16xsSLdgk76Y7-1Dd9AaS-Z2lRXY22lEq/view?usp=drive_link' ,
179
- title : 'Whistleblowing'
180
- } ,
181
- {
182
- link : 'https://drive.google.com/file/d/1I0rebTUbmhrVtli_hNwLOgRL6vN912kR/view?usp=drive_link' ,
183
- title : 'Modern Slavery'
184
- }
185
- ] ;
186
-
187
163
const About = ( { data } ) => {
188
164
const values = data . allMarkdownRemark . edges ;
189
165
@@ -238,8 +214,6 @@ const About = ({ data }) => {
238
214
</ ValuesSection >
239
215
</ MainContainer >
240
216
< ResourcesAbout resources = { resources } />
241
- < PoliciesAbout policies = { policies } />
242
-
243
217
< TeamHomePage />
244
218
< WorkHomePage />
245
219
< CivicDays />
0 commit comments