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/SBogers10/farmfun.komma.pro/resources/views/site/organisms/hero.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' => $video_id,
                'videoAutoplay' => true,
                'videoDisableKB' => 1,
                'videoControls' => 0,
                'videoPlayerId' => 'home-hero-video',
                'videoLoop' => 1
            ])
        </div>

        <div class="o-hero__title-area" data-kal="slide-up">
            @if(!empty($title))<h1 class="o-hero__title">{!! $title !!}</h1>@endif
            @if(!empty($buttonLink) && !empty($buttonText))
                @include('site.components.button', [
                       'buttonLink' => $buttonLink,
                       'buttonText' => $buttonText,
               ])
            @endif
            <div class="o-hero__rating">
                @include('site.components.rating', ['modifiers' => ['boxed']])
            </div>

        </div>

    </div>
</div>

@if(isset($certaintiesItems))
<div class="u-slant-top u-mb-neg-slant-height u-bg-primary--500">
    <div class="l-contain  o-component-area__component">
        @include('site.organisms.sevenCertainties', [
           'items' => $certaintiesItems
        ])
    </div>
</div>
@endif

<div class="u-slant-top-reversed u-mt-neg-slant-height   u-bg-neutral--0"></div>