@include('partials.components.breadcrumb', [ 'class' => ($align ?? 'default') == 'center' ? 'text-center justify-center' : '', ]) @include('partials.components.huge-title', ['title' => $title, 'class' => 'font-bold mt-11']) @if ($intro ?? false) @include('partials.components.wysiwyg', [ 'text' => $intro, 'class' => 'text-lg', ]) @endif @if ($location ?? false)
{{ $location }}
@endif @if ($ctas ?? false) @include('partials.components.ctas', [ 'class' => 'mt-8! first:mt-0!', ]) @endif
@if ($image ?? false)
{!! ResponsivePics::get_image( $image, 'xs:300, md:700, lg:1440', 0, 'w-full h-full object-fit max-w-[80vw] mx-auto', false, true, ) !!}
@endif