<section class="py-xl-5 py-4 bg-gray-100">
    <div class="container">
        <div class="row justify-content-center">
            <div class="text-center wow fadeInUp col-sm-12 col-md-10 col-lg-10 col-xl-7">
                <h2 class="wordbreak h4 mb-2 h-sm-3">Lagerflächen finden oder anbieten mit der Anwendung Lager im <span class='nowrap'>Smart Logistics System</span></h2>
                <a href="/registrieren" title="Lagerflächen finden oder anbieten mit der Anwendung Lager im Smart Logistics System" onclick="if(window.dataLayer){window.dataLayer.push({&#x27;event&#x27;: &#x27;call_to_action&#x27;,&#x27;event_category&#x27;: &#x27;click_button&#x27;,&#x27;event_action&#x27;: &#x27;register in warehouse-call-to-action-area-1&#x27;,&#x27;event_label&#x27;:&#x27;pageTag&#x3D;warehouse - url&#x3D;/smart-logistics-system/lager - language&#x3D;de&#x27;});}" class="mt-2 btn-lg btn-highlight btn" target="_self" role="button">Jetzt kostenlos testen
                </a>
            </div>
        </div>
    </div>
</section>
<section class="{{sectionClass}}">
  <div class="container">
    <div class="row justify-content-center">
      <div
        class="text-center wow fadeInUp col-sm-12 col-md-10 col-lg-10 col-xl-7"
      >
        {{#with headline}}
          <h2 class="{{class}}">{{{text}}}</h2>
        {{/with}}
        {{#with link}}
          <a
            href="{{href}}"
            title="{{title}}"
            onclick="{{onClick}}"
            class="{{class}}"
            target="_self"
            role="button"
          >{{{text}}}
          </a>
        {{/with}}
        {{#each paragraph}}
          <p class="{{class}}">{{{text}}}</p>
        {{/each}}
        {{#if address}}
          <address class="lead">
            {{#with address}}
              {{#each item}}
                <p class="m-0">
                  <i class="{{icon.class}}"></i>

                  {{#with link}}
                    <a class="{{class}}" href="{{href}}" onclick="{{onClick}}">
                      <span class="no-wrap">{{{text}}}</span>
                    </a>
                  {{/with}}
                </p>
              {{/each}}
            {{/with}}
          </address>
        {{/if}}
      </div>
    </div>
  </div>
</section>
{
  "sectionClass": "py-xl-5 py-4 bg-gray-100",
  "headline": {
    "class": "wordbreak h4 mb-2 h-sm-3",
    "text": "Lagerflächen finden oder anbieten mit der Anwendung Lager im <span class='nowrap'>Smart Logistics System</span>"
  },
  "link": {
    "href": "/registrieren",
    "title": "Lagerflächen finden oder anbieten mit der Anwendung Lager im Smart Logistics System",
    "onClick": "if(window.dataLayer){window.dataLayer.push({'event': 'call_to_action','event_category': 'click_button','event_action': 'register in warehouse-call-to-action-area-1','event_label':'pageTag=warehouse - url=/smart-logistics-system/lager - language=de'});}",
    "class": "mt-2 btn-lg btn-highlight btn",
    "text": "Jetzt kostenlos testen"
  }
}

No notes defined.