@if ($block->anchor_id )
@endif
@if($block->color_scheme == 'light-blue') @include("frontend.svg.waves-light") @else @include("frontend.svg.waves-dark") @endif
@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 {{ htmlentities($block->block_title) }} @endif
@if($block->block_subtitle)
{!! $block->block_subtitle !!}
@endif @if($block->blockGalleryItems)
@foreach($block->blockGalleryItems as $logo) @if($logo->link_url) @endif @endforeach
@endif
@if($block->image1) @if($block->image1Mobile) @else @endif {{ htmlentities($block->block_title) }} @endif