File: D:/HostingSpaces/SBogers10/farmfun.komma.pro/resources/views/site/templates/home.blade.php
@extends('site.master')
@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)
@section('content')
<div class="l-main">
{{-- @include('site.organisms.hero', [--}}
{{-- 'title' => 'Plan jouw<br/> farmtastische<br/> dag vol koe-le<br/> activiteiten',--}}
{{-- 'buttonLink' => $links->products->route,--}}
{{-- 'buttonText' => 'Bekijk activiteiten',--}}
{{-- 'video_id' => 'YI8v4k1Ejug',--}}
{{-- 'certaintiesItems' => __('components.sevenCertainties.listItems'),--}}
{{-- ])--}}
{{-- Tijdelijk component voor Dag Van De Landbouw--}}
{{-- <div class="u-slant-top-reversed u-bg-neutral--0">--}}
{{-- <div class="l-contain">--}}
{{-- <div class="c-dvdlb">--}}
{{-- <div class="c-dvdlb__text">--}}
{{-- <p class="u-spacing-mb2">--}}
{{-- Schrijf voor slechts €100 jouw team (5-7 deelnemers) in voor de <strong>Dag van de Landbouw Farm--}}
{{-- Games</strong> op <strong>18 september</strong> 2022 in Bocholt, Geel of Merchtem en ontvang meteen €50 terug in--}}
{{-- consumptiebonnen!--}}
{{-- </p>--}}
{{-- @include('site.components.button', [--}}
{{-- 'buttonClasses' => 'c-button--fit-content',--}}
{{-- 'buttonText' => 'Inschrijven',--}}
{{-- 'buttonLink' => 'https://farmfun.be/dag-van-de-landbouw',--}}
{{-- ])--}}
{{-- </div>--}}
{{-- <div class="c-dvdlb__image">--}}
{{-- <img src="/img/dvdlb-farm-games.jpg" alt="Dag van de Landbouw Farm Games">--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- @include('site.components.experiences')--}}
<div class="o-component-area">
@include('site.organisms.components')
</div>
{{-- <div class="o-block u-bg-neutral--100 u-spacing-pt6 u-spacing-mb0">--}}
{{-- <div class="o-location">--}}
{{-- <div class="o-location__main">--}}
{{-- <div class="o-location__map">--}}
{{-- @include('site.components.map')--}}
{{-- </div>--}}
{{-- <div class="o-location__content o-location__content--small s-text">--}}
{{-- @if($components->has('map_text'))--}}
{{-- {!! $components->get('map_text')->text !!}--}}
{{-- @endif--}}
{{-- <div>--}}
{{-- <h3>Kies je locatie en plan je activiteit</h3>--}}
{{-- <ul class="u-list--clean u-spacing-mt1">--}}
{{-- @foreach($links->locations->items as $locationItem)--}}
{{-- <li>--}}
{{-- @include('site.components.button', [--}}
{{-- 'buttonType' => 'text',--}}
{{-- 'buttonIcon' => 'arrowRight',--}}
{{-- 'buttonText' => $locationItem->translation->name,--}}
{{-- 'buttonLink' => $links->products->route . '?' . __('site/availability.keys.' . App\Komma\Availability\AvailabilityService::SEARCH_LOCATION_KEY) . '=' . $locationItem->translation->slug--}}
{{-- ])--}}
{{-- </li>--}}
{{-- @endforeach--}}
{{-- </ul>--}}
{{-- <div class="u-spacing-mt3">--}}
{{-- @include('site.components.button', [--}}
{{-- 'icon' => 'arrowRight',--}}
{{-- 'buttonText' => 'Vragen? Neem contact op',--}}
{{-- 'buttonLink' => $links->contact->route,--}}
{{-- ])--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- @if($components->has('large_groups'))--}}
{{-- @php $largeGroupsComponent = $components->get('large_groups'); @endphp--}}
{{-- <div class="u-color-secondary--900 u-overflow-hidden">--}}
{{-- @include('site.components.slant')--}}
{{-- </div>--}}
{{-- <div class="u-bg-secondary--900">--}}
{{-- @include('site.organisms.duplex', [--}}
{{-- 'duplexIsReversed' => false,--}}
{{-- 'duplexOnDark' => true,--}}
{{-- 'duplexPulledDownContent' => true,--}}
{{-- 'duplexImage' => $largeGroupsComponent->image->first() ?? null,--}}
{{-- 'duplexContent' => $largeGroupsComponent->text,--}}
{{-- 'duplexButtonText' => $largeGroupsComponent->button_label,--}}
{{-- 'duplexButtonLink' => $largeGroupsComponent->button_link,--}}
{{-- ])--}}
{{-- </div>--}}
{{-- <div class="u-color-primary--500 u-bg-secondary--900 u-overflow-hidden">--}}
{{-- @include('site.components.slant')--}}
{{-- </div>--}}
{{-- @endif--}}
{{-- </div>--}}
</div>
@endsection