{{ __('Seamless from') }}
{{ __('Click to Delivery.') }}

{{ __('Everything automated, so you can focus on the perfect shot.') }}

@foreach([ ['title' => __("Capture & Create"), 'desc' => __("Shoot your event normally. Create a branded gallery in seconds with just a name and date."), 'icon' => ''], ['title' => __("Bulk Upload"), 'desc' => __("Upload high-res assets. Our multi-cloud engine handles processing at lightning speed."), 'icon' => ''], ['title' => __("Analysis"), 'desc' => __("Our proprietary face recognition groups every guest automatically with 99.9% precision."), 'icon' => ''], ['title' => __("Instant Delivery"), 'desc' => __("Guests scan QR codes, take a selfie, and see their personal memories immediately."), 'icon' => ''] ] as $index => $step)
{!! $step['icon'] !!}
{{ $index + 1 }}

{{ $step['title'] }}

{{ $step['desc'] }}

@endforeach