Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-09-05 00:29:40 +09:00
parent 7770baa945
commit 01b61d41b9
2 changed files with 10 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

+10 -1
View File
@@ -101,7 +101,16 @@ function Cover() {
src="/images/KV.png"
alt="Tech fest background"
fill
className="object-cover object-center"
className="object-cover object-center hidden md:block"
priority
quality={85}
/>
<Image
src="/images/KV_mobile.png"
alt="Tech fest background mobile"
fill
className="object-cover object-center md:hidden"
priority
quality={85}
/>