Images can be better optimized. How to fix: Use Next.js Image component: <Image src="..." width={} height={} alt="..." /> Convert images to WebP/AVIF format Implement lazy loading: loading="lazy" Serve responsive images with proper sizes