add lazy loading
This commit is contained in:
@@ -16,7 +16,7 @@ const repeatedTexts =
|
|||||||
repeatedTexts.map((text) => (
|
repeatedTexts.map((text) => (
|
||||||
<>
|
<>
|
||||||
<h2>{text}</h2>
|
<h2>{text}</h2>
|
||||||
<Image src={wideCrossIconSrc} alt="cross-icon" loading="eager" />
|
<Image src={wideCrossIconSrc} alt="cross-icon" loading="lazy" />
|
||||||
</>
|
</>
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user