quality 100%

This commit is contained in:
hamid zarghami
2026-02-03 14:44:59 +03:30
parent 067af56189
commit b0d9ab8381
+2 -1
View File
@@ -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 = () => {
<Link href={item.link}>
<Button
className='xl:mt-5 mt-2 !w-fit xl:px-10 px-5 h-8 xl:h-10 bg-white !text-black'
className='xl:mt-5 mt-2 w-fit! xl:px-10 px-5 h-8 xl:h-10 bg-white !text-black'
label='بیشتر بدانید'
/>
</Link>