{{-- Homepage Solutions Section (StickyScrollSolutions) — Left sticky title + right 2×2 grid --}} @php $solutionCards = __('home.solutions_section.cards'); // Image/video file mappings (matching React source paths) $solutionMedia = [ [ 'image' => 'images/solutions/detections.webp', 'video' => 'videos/solutions/detections_analyse.mp4', 'width' => 926, 'height' => 686, ], [ 'image' => 'images/optimisation_dark.webp', 'video' => null, 'width' => 404, 'height' => 397, ], [ 'image' => 'images/by_pass.webp', 'video' => 'videos/by_pass.mp4', 'width' => 585, 'height' => 567, ], [ 'image' => 'images/incendie.webp', 'video' => 'videos/incendie.mp4', 'width' => 750, 'height' => 562, ], ]; @endphp
{{-- Left column — Sticky title --}}
{{-- Right column — 2×2 solution cards grid --}}
@foreach($solutionCards as $index => $card)
@endforeach
{{-- Mobile CTA (visible only on mobile, hidden on lg+) --}}
{{ __('home.solutions_section.cta') }}