{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{# organisms #}
{% import "molecules/hero/hero-macros.njk" as hero %}

{# ========================================================================= #}
{# :: Component #}
{# ========================================================================= #}
{{hero.default("m-hero--inverted", {
  image: "/assets/images/header/reneos.jpg",
  search: false
})}}
