@@ -76,7 +76,7 @@ const cards3 = [
76
76
description : 'Access everything you need to get started working with the XRPL' ,
77
77
} ,
78
78
{ href : '/docs/tutorials' , title : 'Guided Tutorials' , description : 'Follow step-by-step guides for frequent tasks' } ,
79
- { href : '/docs/concepts' , title : 'XRPL Fundamentals' , description : 'Read about the XRPL’s foundational concepts' } ,
79
+ { href : '/docs/concepts' , title : 'XRPL Fundamentals' , description : 'Read about the XRPL\u2019s foundational concepts' } ,
80
80
{
81
81
href : '/docs/references/client-libraries/' ,
82
82
title : 'Choose a Language' ,
@@ -112,7 +112,7 @@ export default function Index() {
112
112
< div className = "overflow-hidden" >
113
113
< section className = "container-new pb-26-until-sm mt-10 mb-10-sm text-center" >
114
114
< div className = "w-100" >
115
- < img id = "home-hero-graphic" alt = "(stylized X graphic surrounded by a diverse mix of people)" width = "856" height = "469" />
115
+ < img id = "home-hero-graphic" alt = "(stylized X graphic surrounded by a diverse mix of people)" width = "856" height = "469" loading = "lazy" />
116
116
</ div >
117
117
< div className = "col-lg-6 mx-auto text-center pl-0 pr-0" >
118
118
< div className = "d-flex flex-column-reverse" >
@@ -129,8 +129,8 @@ export default function Index() {
129
129
</ div >
130
130
</ section >
131
131
< div className = "position-relative d-none-sm" >
132
- < img src = { require ( './static/img/backgrounds/home-purple.svg' ) } id = "home-purple" />
133
- < img src = { require ( './static/img/backgrounds/home-green.svg' ) } id = "home-green" />
132
+ < img src = { require ( './static/img/backgrounds/home-purple.svg' ) } id = "home-purple" loading = "lazy" />
133
+ < img src = { require ( './static/img/backgrounds/home-green.svg' ) } id = "home-green" loading = "lazy" />
134
134
</ div >
135
135
< section className = "container-new py-26" >
136
136
< div className = "col-lg-6 offset-lg-3 pl-0-sm pr-0-sm p-8-sm p-10-until-sm" >
0 commit comments