File: D:/HostingSpaces/SBogers75/roost-interieurbouw.nl/app/views/layouts/pages/page.blade.php
@extends('layouts.base')
@section('header')
@include('layouts.partials.header')
@include('layouts.partials.mobileNavigation')
@endsection
@section('content')
<div class="main-content row">
<div class="row">
@include('layouts.partials.quote')
</div>
<div class="row">
@include('layouts.partials.sliderNavigation')
</div>
<section class="row history-row intro">
@include('layouts.partials.history')
</section>
<section class="row about-row parallax">
@include('layouts.partials.about')
</section>
<div class="blank-background"></div>
<section class="row product-row">
@include('layouts.partials.products')
</section>
<section class="row partners-row">
@include('layouts.partials.partners')
</section>
<section class="row reference-row">
@include('layouts.partials.reference')
</section>
<section class="row contact-row">
@include('layouts.partials.contact')
</section>
</div>
@endsection
@section('footer')
@include('layouts.partials.footer')
@endsection