@extends('master')
@section('head')
Camper huren of verhuren | {{config('app.name')}}
@endsection
@section('content')
{{-- Eerste blok zoeken --}}
@include('home.sections.search')
{{-- Uitgelichte 6 campers --}}
@include('home.sections.highlighted')
{{-- De 2 ctas boven de sticky bar --}}
@include('home.sections.ctas')
{{-- Info blok en info bar die sticky is! --}}
@include('home.sections.info')
{{-- 3 Usps + tekst erboven --}}
@include('home.sections.usps')
{{-- Nieuwsbrief --}}
@include('home.sections.newsletter')
{{-- Over ons --}}
@include('home.sections.about')
{{-- Contact formulier --}}
@include('home.sections.contact')
@endsection