File: D:/HostingSpaces/SBogers10/slenders.komma.pro/resources/views/site/organisms/eyeCatcher.blade.php
<div class="o-eye-catcher">
<div class="o-eye-catcher__images hide-controls">
@include('site.components.image', [
'images' => $page->images,
'imageFit' => true,
'imageId' => 'home-slider',
'autoSlide' => true,
'imageSizes' => ['small' => 425, 'medium' => 820, 'large' => 1480, 'xlarge' => 2000]
])
</div>
<div class="o-eye-catcher__main">
<div class="l-contain">
@include('site.components.heroCta', [
'modifiers' => 'full-width',
'heroCtaTitle' => $page->translation->streamer,
'heroCtaLink' => '#component-item-1',
'heroCtaText' => __('site/home.subteaser')
])
</div>
</div>
@if($mmhCta)
<div class="o-eye-catcher__bottom">
<div class="o-eye-catcher__flex l-contain">
@include('site.components.mmhCta')
</div>
</div>
@endif
</div>