<div class="crooked-line crooked-line--ultra-wide" data-crooked-line></div>
<div class="landarch-cta" data-landarch-cta>
    <div class="landarch-cta__wrapper">
        <div class="landarch-cta__image-container">
            <img class="landarch-cta__image" data-landarch-cta-img-parallax src="https://picsum.photos/1648/752" alt="alt text">
        </div>
        <div class="landarch-cta__container">
            <h2 class="landarch-cta__heading">Are you ready to make profound, lasting contributions to society and the environment?</h2>
        </div>
    </div>
</div>
{% include 'bits/crooked-line/crooked-line.twig' with {ultraWide: true} %}
<div class="landarch-cta" data-landarch-cta>
    <div class="landarch-cta__wrapper">
        <div class="landarch-cta__image-container">
            <img class="landarch-cta__image" data-landarch-cta-img-parallax src="{{ ctaSection.backgroundImage.src }}" alt="{{ ctaSection.backgroundImage.altText | escape }}">
        </div>
        <div class="landarch-cta__container">
            <h2 class="landarch-cta__heading">{{ ctaSection.heading }}</h2>
            {% if ctaSection.ctas %}
                <div class="landarch-cta__ctas">
                    {% for cta in ctaSection.ctas %}
                        <div class="landarch-cta__cta">
                            {% include 'bits/standard-button/standard-button.twig' with {
                                button: {
                                    text: cta.text,
                                    url: cta.link,
                                    type: 'primary',
                                    icon: 'right-chevron'
                                }
                            } %}
                        </div>
                    {% endfor %}
                </div>
            {% endif %}
        </div>
    </div>
</div>
{
  "siteUnit": "landarch",
  "departmentName": "Landscape Architecture",
  "background": "light",
  "ctaSection": {
    "heading": "Are you ready to make profound, lasting contributions to society and the environment?",
    "backgroundImage": {
      "src": "https://picsum.photos/1648/752",
      "altText": "alt text"
    },
    "ctas": false
  }
}

There are no notes for this item.