HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/farmfun/reserveren.farmfun.be/resources/views/site/organisms/homeHero.blade.php
<div class="o-hero  o-hero--main">
    <div class="o-hero__main">
{{--        <img class="o-hero__image" sizes="(max-width: 1920px) 100vw, 1920px" alt=""--}}
{{--             srcset="--}}
{{--                    /img/home/farmfun-020.jpg 460w,--}}
{{--                    /img/home/farmfun-025.jpg 575w,--}}
{{--                    /img/home/farmfun-050.jpg 1200w,--}}
{{--                    /img/home/farmfun-075.jpg 1680w"--}}
{{--             src="/img/home/farmfun.jpg">--}}

        <div class="o-hero__video">
            @include('site.components.video', [
                'videoLink' => 'YI8v4k1Ejug',
                'videoAutoplay' => true,
                'videoDisableKB' => 1,
                'videoControls' => 0,
                'videoPlayerId' => 'home-hero-video',
                'videoLoop' => 1
            ])
        </div>

        <div class="o-hero__title-area" data-kal="slide-up">
            <h1 class="o-hero__title">Plan jouw<br/> farmtastische<br/> dag vol koe-le<br/> activiteiten</h1>
            @include('site.components.button', [
                   'buttonLink' => $links->products->route,
                   'buttonText' => 'Bekijk activiteiten',
               ])

            <div class="o-hero__rating">
                @include('site.components.rating', ['modifiers' => ['boxed']])
            </div>

        </div>

    </div>
</div>