File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ const HomePage = ({ data }) => {
260
260
{
261
261
img : {
262
262
src : data . individuals ,
263
- alt : "page-individuals " ,
263
+ alt : "Illustration of a doge dog sitting at a computer " ,
264
264
} ,
265
265
title : "page-home-sections-individuals-title" ,
266
266
desc : "page-home-sections-individuals-desc" ,
@@ -272,7 +272,8 @@ const HomePage = ({ data }) => {
272
272
{
273
273
img : {
274
274
src : data . developers ,
275
- alt : "page-developers" ,
275
+ alt :
276
+ "Illustration of a hand constructing an Ethereum glyph made of lego bricks" ,
276
277
} ,
277
278
title : "page-home-sections-developers-title" ,
278
279
desc : "page-home-sections-developers-desc" ,
@@ -284,7 +285,8 @@ const HomePage = ({ data }) => {
284
285
{
285
286
img : {
286
287
src : data . enterprise ,
287
- alt : "page-enterprise" ,
288
+ alt :
289
+ "Illustration of a group working on an Ethereum project around a laptop" ,
288
290
} ,
289
291
title : "page-home-sections-enterprise-title" ,
290
292
desc : "page-home-sections-enterprise-desc" ,
You can’t perform that action at this time.
0 commit comments