From 25e8a5f208e80c29e6fe37bc9055f3d7b67075e9 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 29 Oct 2025 22:02:07 +0530 Subject: [PATCH] about section image priority added --- components/sections/home/AboutSection.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/sections/home/AboutSection.js b/components/sections/home/AboutSection.js index cbe8cb2..63f0231 100644 --- a/components/sections/home/AboutSection.js +++ b/components/sections/home/AboutSection.js @@ -83,7 +83,8 @@ export default function AboutSection() { width={600} height={500} sizes="(max-width: 768px) 90vw, 50vw" - loading="lazy" + priority // 👈 add this + fetchPriority="high" // 👈 optional (for clarity) decoding="async" style={{ objectFit: "contain", display: "block" }} />