<section class="content-container intro-row {{isset($color) ? $color : ''}} {{isset($class) ? $class : ''}}">
{{$data->content->description}}
@if($data->content->code_name == 'home')
@include('layouts.partials.element.cta-small',
[ 'href' => $data->contactLink->route,
'text' => trans('translations.cta-home')
])
@endif
</section>