File: D:/HostingSpaces/SBogers68/ouddorp-duin.nl/app/views/layouts/pages/home.blade.php
@extends('layouts.master')
@section('editable_content')
@include('layouts.partials.home.menuItems')
@include('layouts.partials.cta', [
'sentence' => 'Investeer in een vrijstaande recreatiewoning in Ouddorp Duin',
'button' => 'Dat klinkt interessant',
'buttonLink' => 'http://www.ridderstee.com',
'layout' => 'home'
])
@include('layouts.partials.home.customCtaBlocks')
@include('layouts.partials.subscribe', [
'sentence' => 'Evenementen, activiteiten en omgevingstips ontvangen via <span class="nowrap">e-mail</span>',
'button' => 'Aanmelden'
])
@include('layouts.partials.home.ctaPictureHome', [
'sentence' => 'Achter de duinen, dicht bij het strand'
])
@endsection
@section('extra-js')
<script src="/js/calcHeights.js"></script>
@endsection