@props([ 'title' => 'Default title', 'text' => 'Default descriptive text.', 'shortText' => 'Default short text.', 'primaryButton' => [ 'text' => 'Default primary button text.', 'url' => null, 'ariaLabel' => '', ], 'secondaryButton' => [ 'text' => 'Default secondary button text.', 'url' => null, 'ariaLabel' => '', ], 'image' => [], ]) @php $hasImage = !empty($image); @endphp
{{-- First Column --}}

{!! $title !!}

{!! $text !!}
@if (!empty($primaryButton['url'])) {!! $primaryButton['text'] !!} @endif @if (!empty($secondaryButton['url'])) {!! $secondaryButton['text'] !!} @endif
{{-- Second Column --}} @if ($hasImage) {{-- Imagen superpuesta al centro inferior cuando hay video --}}
@if ($image['linkout']) {{ $image['alt'] }} @else
{{ $image['alt'] }}
@endif
@endif