about section image priority added

This commit is contained in:
Alaguraj0361 2025-10-29 22:02:07 +05:30
parent 93dd5bd8f8
commit 25e8a5f208

View File

@ -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" }}
/> />