@props([ 'position', 'animationDelay' => '0' ]) @php // Position classes mapping $positionClasses = [ 'bottom-left' => '-bottom-10 -left-10', 'bottom-right' => '-bottom-10 -right-10', 'top-left' => '-top-8 -left-8', 'top-right' => '-top-8 -right-8', ]; $positionClass = $positionClasses[$position] ?? ''; // Donor images - in a real application, these would come from a database $donorImages = [ ['url' => 'https://randomuser.me/api/portraits/women/1.jpg', 'alt' => 'Donor'], ['url' => 'https://randomuser.me/api/portraits/men/1.jpg', 'alt' => 'Donor'], ['url' => 'https://randomuser.me/api/portraits/women/2.jpg', 'alt' => 'Donor'], ]; @endphp
Recent donors supporting our cause