{{-- Homepage Products Section --}}
{{-- Three product cards with video --}}
@php $cards = [ ['label' => __('home.product_canvas.portique_label'), 'video' => 'videos/portique.webm', 'poster' => null], ['label' => __('home.product_canvas.detections_label'), 'video' => 'videos/segmented_wastes.webm', 'poster' => null], ['label' => __('home.product_canvas.computer_label'), 'video' => 'videos/computers.webm', 'poster' => null], ]; @endphp @foreach ($cards as $card)

{{ $card['label'] }}

@endforeach
{{ __('home.products_section.cta') }}