|
|
|
@ -15,13 +15,13 @@ const Banners = ({ |
|
|
|
|
|
|
|
|
|
}}> |
|
|
|
|
|
|
|
|
|
<img src={mainBanner} className="rounded-xl h-full" /> |
|
|
|
|
<img src={mainBanner} className="rounded-xl h-full w-full" /> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div className="flex h-full w-1/2 "> |
|
|
|
|
<div className="flex flex-col w-1/2 h-full px-6 justify-center items-between"> |
|
|
|
|
|
|
|
|
|
<div className={`${midTopBanner ? '' : 'h-1/2 '} w-full rounded-xl mb-2`} |
|
|
|
|
<div className={`${midTopBanner ? '' : 'h-1/2 '} rounded-xl mb-2`} |
|
|
|
|
style={{ |
|
|
|
|
background: midTopBanner ? '' : 'rgba(134,160,185,0.16)', |
|
|
|
|
|
|
|
|
@ -30,19 +30,19 @@ const Banners = ({ |
|
|
|
|
|
|
|
|
|
<img src={midTopBanner} className="rounded-xl" /> |
|
|
|
|
</div> |
|
|
|
|
<div className={`${midBottomBanner ? '' : 'h-1/2 '} w-full rounded-xl mt-2`} |
|
|
|
|
<div className={`${midBottomBanner ? 'h-1/2' : 'h-1/2 '} flex justify-center rounded-xl mt-2`} |
|
|
|
|
style={{ |
|
|
|
|
background: midBottomBanner ? '' : 'rgba(134,160,185,0.16)', |
|
|
|
|
|
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<img src={midBottomBanner} className="rounded-xl" /> |
|
|
|
|
<img src={midBottomBanner} className="rounded-xl h-full" /> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div className=" h-full w-1/2 rounded-xl" |
|
|
|
|
<div className=" h-full w-1/2 rounded-xl flex justify-center" |
|
|
|
|
style={{ |
|
|
|
|
background: leftBanner ? '' : 'rgba(134,160,185,0.16)', |
|
|
|
|
|
|
|
|
|