@props([ 'ctaLabel' => 'Get A Free Estimate', 'align' => 'left', 'variant' => 'column', 'color' => 'primary', 'class' => '', ]) @php $phone = config('company.phone'); $btnVariants = [ 'primary' => 'btn btn-primary', 'warm' => 'btn btn-warm', 'muted' => 'btn btn-muted', ]; @endphp @if ($variant === 'column') {{-- Par de CTAs reusable (botón primario + "Or Call" + botón call mobile), el mismo bloque repetido en why-choose-us / how-it-works / cada sección de servicio del mockup de Figma. --}}
@elseif ($variant === 'row') @endif