<link media="all" rel="stylesheet" href="/assets/themes/default/css/hero.css?cb=">

<div class="hero hero--home  hero--with-image " data-module="hero">

    <div class="hero__image  ">
        <picture>
            <source media="(max-width: 840px)" type="" srcset="https://dummyimage.com/400x225/f0f0f0/545454.png" />
            <source media="(min-width: 841px)" type="" srcset="https://dummyimage.com/800x450/f0f0f0/545454.png" />
            <img src="https://dummyimage.com/800x450/f0f0f0/545454.png" alt="Image alt text">
        </picture>
    </div>

    <div class="hero__content">
        <div class="hero__content-inner">
            <h1 class="hero__title">Hero Title</h1>
            <p class="hero__subline">Competently recaptiualize professional convergence before tactical services. Compellingly fabricate go forward products with competitive customer service. Completely synthesize ethical initiatives before customized technology.</p>
            <div class="hero__cta-container">
                <a class="hero__cta js-hero-cta" href="#">CTA text</a>
            </div>
        </div>
    </div>

</div>
{{> @hero modifier="hero--home" }}
{
  "theme": "default",
  "firstInstance": true,
  "title": "Hero Title",
  "subTitle": "Subtitle",
  "subline": "Competently recaptiualize professional convergence before tactical services. Compellingly fabricate go forward products with competitive customer service. Completely synthesize ethical initiatives before customized technology.",
  "cta": {
    "text": "CTA text",
    "url": "#"
  },
  "image": {
    "placeholderImageUrl": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA",
    "fallbackImageUrl": "https://dummyimage.com/800x450/f0f0f0/545454.png",
    "sources": [
      {
        "types": "image/jpeg",
        "mobileImageUrl": "https://dummyimage.com/400x225/f0f0f0/545454.png",
        "desktopImageUrl": "https://dummyimage.com/800x450/f0f0f0/545454.png"
      }
    ],
    "altText": "Image alt text"
  }
}

No notes defined.