@props([ 'eyebrow', 'title', 'image', 'alt', 'checklistHeading' => null, 'checklistItems' => [], 'ctaLabel' => 'Schedule A Free Estimate', 'footerContent' => null, 'pending' => false, ]) {{-- Migración fiel de "Driveway Pavers That Match Your Outdoor Living Space" (mockup Figma, node 201:902): heading centrado arriba, luego 2 columnas — imagen cuadrada a la izquierda, texto (slot) + checklist en 2 columnas a la derecha. El slot son los párrafos antes/después del checklist. --}}
{!! $title !!}
$pending])> {{ $alt }}
{{ $slot }} @if (count($checklistItems))

{{ $checklistHeading }}

    @foreach ($checklistItems as $item)
  • {{ $item }}
  • @endforeach
@endif @if ($footerContent)

{{ $footerContent }}

@endif