@if($block->block_title)
@title($block->block_title)
@endif
@if($block->content)
{!! $block->content !!}
@endif
@php
$btn2Class = $block->luumo ? 'std-button--outline std-button--xl ' : 'std-button--large';
$btn1Class = $block->luumo ? 'alt-color std-button--xl ' : 'std-button--large';
@endphp
@if($block->cta1)
{!! generateLink($block->cta1, 'std-button std-button--arrow ' . $btn1Class) !!}
@endif
@if($block->cta2)
{!! generateLink($block->cta2, 'std-button std-button--arrow ' . $btn2Class) !!}
@endif
@if($block->image1)
@if($block->image1Mobile)
@else
@endif
@endif
@if($block->block_subtitle)
{!! $block->block_subtitle !!}
@endif
@if($block->blockGalleryItems)
@endif