quality 100%
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user