@extends('layouts.layout')
@section('content')
@include('components.home-page-parallax-hero')
{{-- @include('components.hero-slider')
@include('components.hero-search-bar') --}}
@include('components.properties-grid')
@include('components.how-do-we-help')
@include('components.properties-slider')
@include('components.blogs')
@include('components.offers-and-promotions')
@include('components.download-app')
@include('components.faqs')
@include('components.trustpilot')
@endsection
@section('js')
@endsection