<SimpleHero> Component

Shop all Hatch sleep products


Promo example

Share
Code Editor
<SimpleHero
labelText="Friends & Family Sale"
heading="15% off sitewide"
text={<p><em>Valid now thru Oct 26</em></p>}
imageUrl="https://www.datocms-assets.com/98401/1681256470-gradient.jpg"
/>

Align content left

Share
Code Editor
<SimpleHero
labelText="Friends & Family Sale"
heading="15% off sitewide"
contentAlign="left"
text={<p><em>Valid now thru Oct 26</em></p>}
imageUrl="https://www.datocms-assets.com/98401/1681256470-gradient.jpg"
/>

With theme 'light'

Share
Code Editor
<SimpleHero
theme="light"
labelText="Friends & Family Sale"
heading="15% off sitewide"
text={<p><em>Valid now thru Oct 26</em></p>}
imageUrl="https://www.datocms-assets.com/98401/1681256470-gradient.jpg"
/>