<div class="text-image-row ">
    <div class="container-constrained text-image-row__container">
        <div class="text-image-row__image image-container">
            <img src="/placeholder.png" />
        </div>
        <div class="text-image-row__text">
            <div class="text-image-row__text-container">
                <div class="text-image-row__title heading-2">About us</div>
                <div class="text-image-row__copy paragraph">We’re an ambitious, innovative and aspirational company that aims to bring a radical, new approach to development by creating sustainable communities that understand and meet the needs of people.We’re an ambitious, innovative and aspirational company that aims to bring a radical, new approach to development by creating sustainable communities that understand and meet the needs of people.</div>

                <div class="secondary-cta">
                    <div class="secondary-cta__text">Find out more</div>
                    <div class="secondary-cta__arrow"><img src="/right-arrow.svg" /></div>
                </div>

                <div class="secondary-cta">
                    <div class="secondary-cta__text">Find out more</div>
                    <div class="secondary-cta__arrow"><img src="/right-arrow.svg" /></div>
                </div>
            </div>
        </div>
    </div>
</div>
{{!< layouts}}

<div class="text-image-row {{theme}}">
    <div class="container-constrained text-image-row__container">
        <div class="text-image-row__image image-container">
             <img src="/placeholder.png" />
        </div>
        <div class="text-image-row__text">
            <div class="text-image-row__text-container">
                <div class="text-image-row__title heading-2">{{title}}</div>
                <div class="text-image-row__copy paragraph">{{copy}}</div>
                {{> @secondary-cta }}
                {{> @secondary-cta }}
            </div>
        </div>
    </div>
</div>
{
  "title": "About us",
  "copy": "We’re an ambitious, innovative and aspirational company that aims to bring a radical, new approach to development by creating sustainable communities that understand and meet the needs of people.We’re an ambitious, innovative and aspirational company that aims to bring a radical, new approach to development by creating sustainable communities that understand and meet the needs of people."
}

No notes defined.