@extends('layouts.app')
@section('headers')
MOVYO - Home
@endsection
@section('content')
@include('layouts.header')
@include('home.hero')
@include('home.offer')
@include('home.testimonial')
@include('home.secret')
@include('home.whyMovy')
@include('home.offer')
@include('home.inside')
@include('guarantee')
{{-- @include('home.pricingPlans') --}}
@include('home.pricingPlansHome')
@include('home.services')
@include('home.bonuses')
@include('home.faq')
@include('home.mentioned')
@include('home.listings')
@include('layouts.footer')
@endsection
@section('scripts')
@endsection