@extends('layouts.public.base', [ 'fullWidth' => true, 'moreInfosHeader' => true ]) @section('page.content') {{-- Presentation --}} @include('components.public.sections.presentation') {{-- Stats --}} @include('components.public.sections.stats') {{-- How it works steps --}} @include('components.public.sections.how-it-works-steps') {{-- Offers --}} @include('components.public.sections.classic-offers') {{-- Box numbers --}} @include('components.public.sections.box-numbers') {{-- Move out offers --}} @include('components.public.sections.move-out-offers') {{-- Clients reviews --}} @include('components.public.sections.clients-reviews') {{-- Contact --}} @include('components.public.sections.contact') @endsection