diff --git a/src/app/home/HeroSection.tsx b/src/app/home/HeroSection.tsx
index fd95c58..ab20f4b 100644
--- a/src/app/home/HeroSection.tsx
+++ b/src/app/home/HeroSection.tsx
@@ -23,6 +23,7 @@ const HeroSection: FC = () => {
alt='banner'
width={1920}
height={1080}
+ quality={100}
className='w-full rounded-4xl object-cover xl:mt-14 mt-8 min-h-[210px] max-h-[500px]'
/>
@@ -33,7 +34,7 @@ const HeroSection: FC = () => {