Blur bg hero

This commit is contained in:
austinkelsay 2024-11-04 13:11:25 -06:00
parent 413504b0c9
commit fc775178b8
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -60,7 +60,7 @@ const HeroBanner = () => {
alt="Banner"
quality={100}
fill
style={{ objectFit: 'cover', transform: 'scaleX(-1)' }}
style={{ objectFit: 'cover', transform: 'scaleX(-1)', filter: 'blur(4px)' }}
className='opacity-100 rounded-lg'
/>
<div className="absolute inset-0 bg-gradient-to-br from-black via-black/20 to-transparent rounded-lg" />