about section image priority added
This commit is contained in:
parent
93dd5bd8f8
commit
25e8a5f208
@ -83,7 +83,8 @@ export default function AboutSection() {
|
|||||||
width={600}
|
width={600}
|
||||||
height={500}
|
height={500}
|
||||||
sizes="(max-width: 768px) 90vw, 50vw"
|
sizes="(max-width: 768px) 90vw, 50vw"
|
||||||
loading="lazy"
|
priority // 👈 add this
|
||||||
|
fetchPriority="high" // 👈 optional (for clarity)
|
||||||
decoding="async"
|
decoding="async"
|
||||||
style={{ objectFit: "contain", display: "block" }}
|
style={{ objectFit: "contain", display: "block" }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user