@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'Inovation Travel by Marival Resorts' : 'Inovation Travel by Marival Resorts', 'description' => App::getLocale() == 'en' ? 'Discover the new way of traveling that is giving the word vacation a new meaning and turning it into a lifestyle.' : 'Descubre la nueva forma de viajar que está cambiando completamente la manera de vacacionar y conviértela en tu estilo de vida.', 'imagen' => asset('/storage/opengraph/inovations-travel-vacations.jpg'), 'url' => App::getLocale() == 'en' ? 'https://traveladvisors.inovationtravel.com' : 'https://asesoresdeviaje.inovationtravel.com', 'index'=>'index', 'follow'=>'follow', ); @endphp @push('css') @endpush @section('content')
@desktop @elsedesktop @enddesktop

{{ __('home.title')}}

{{ __('home.subtitle')}}

{!! __('home.description')!!}

Armony Luxury Resort & Spa in Punta de Mita

{{ __('home.armony.title')}}

icon {{ __('home.armony.destination')}}

{{ __('home.armony.description')}}

{{ __('home.button')}}
Marival Distinct Luxury Residences in Nuevo Vallarta

{{ __('home.distinct.title')}}

icon {{ __('home.distinct.destination')}}

{{ __('home.distinct.description')}}

{{ __('home.button')}}
Marival Emotions Resort & Suites in Nuevo Vallarta

{{ __('home.emotions.title')}}

icon {{ __('home.emotions.destination')}}

{{ __('home.emotions.description')}}

{{ __('home.button')}}
@include('components.footer') @include('components.bottom-bar') @endsection