@extends('layouts.front') @section('content') @include('partials.index.hero') @include('partials.index.info-section') @include('partials.index.featured-section') @include('partials.index.quote-section') @include('partials.index.faq-section') @include('partials.index.article-section') @include('partials.index.footer') @endsection