@props([ 'cases', ])

Trabalhos que carregam a assinatura Amare.

Priorizar fotografias reais e uma curadoria pequena. O portfólio não precisa explicar tudo: deve provar cuidado, execução e consistência visual.

@php $slots = collect([ ['label' => 'FOTO DE CASAMENTO 01', 'tall' => true], ['label' => 'FOTO 02', 'tall' => false], ['label' => 'FOTO 03', 'tall' => false], ['label' => 'FOTO 04', 'tall' => false], ['label' => 'FOTO 05', 'tall' => false], ]); $cases = $cases->take(5)->values(); @endphp
@foreach ($slots as $index => $slot) @php $case = $cases->get($index); @endphp
$slot['tall'], 'min-h-[220px] sm:min-h-[310px]' => ! $slot['tall'], ]) @if ($slot['tall']) data-editorial-portfolio-item="feature" @endif data-reveal data-reveal-from="up" > @if ($case && filled($case->cover_image_path)) @else

{{ $slot['label'] }}

@endif
@endforeach