@php $imageData = ResponsivePics::get_image_data($image, 'xs:300, md:700, lg:1440', 0, '', false, false); @endphp
@include('partials.components.breadcrumb') @include('partials.components.huge-title', ['title' => $title, 'class' => 'font-bold mt-36']) @if ($intro ?? false) @include('partials.components.wysiwyg', [ 'text' => $intro, 'class' => 'text-lg', ]) @endif @if ($ctas ?? false) @include('partials.components.ctas', [ 'class' => 'mt-8! first:mt-0!', ]) @endif