@extends('frontend.layouts.master')
@section('styles')
@parent
{!! RecaptchaV3::initJs() !!}
@stop
@section('content')
@include('frontend.home.partials.banner')
@include('frontend.home.partials.about')
@include('frontend.home.partials.virtual_tours')
@include('frontend.home.partials.video')
{{--@include('frontend.home.partials.number')
@include('frontend.home.partials.projects')--}}
@include('frontend.home.partials.communities')
{{--@include('frontend.home.partials.media_center')--}}
@include('frontend.home.partials.quotes')
@include('frontend.home.partials.contact')
@include('frontend.home.partials.offer_popup')
@stop
@section('scripts')
@parent
@stop