@props(['section'])

{{ $section->eyebrow }}

{{ $section->heading }}

{{ $section->body }}

{{ $section->primary_cta_label }}
@foreach (($section->items ?? []) as $item)

{{ $item['title'] ?? '' }}

{{ $item['description'] ?? '' }}

@endforeach