<GifBackgroundHero> Component

Share
Code Editor
<GifBackgroundHero
cta={{ href: '/shop-all', text: 'Shop Now' }}
heading="15% off sitewide"
text="This is some awesome text"
labelText="FRIENDS & FAMILY SALE"
desktopImage={{
url: 'https://www.datocms-assets.com/98401/1681256454-option-d-horz-gif-01.gif',
alt: 'desktop image',
}}
mobileImage={{
url: 'https://www.datocms-assets.com/98401/1681256447-option-d-vert-gif-01.gif',
alt: 'mobile image',
}}
/>

With secondaryCta

Share
Code Editor
<GifBackgroundHero
cta={{ href: '/shop-all', text: 'Shop Now' }}
secondaryCta={{ href: '/shop-all', text: 'Shop Now' }}
heading="15% off sitewide"
text="This is some awesome text"
labelText="FRIENDS & FAMILY SALE"
desktopImage={{
url: 'https://www.datocms-assets.com/98401/1681256454-option-d-horz-gif-01.gif',
alt: 'desktop image',
}}
mobileImage={{
url: 'https://www.datocms-assets.com/98401/1681256447-option-d-vert-gif-01.gif',
alt: 'mobile image',
}}
/>