@if (get_field('landing_image'))
{!! wp_get_attachment_image(get_field('landing_image'), 'full') !!}
@endif @if (get_field('landing_title'))

{!!get_field('landing_title') !!}

@if (get_field('button')) {!! get_field('button')['title'] !!} @else {!! __('Shop Now', 'icarus') !!} @endif
@endif