@extends('layouts.app') @section('title', 'Cartagena Tours & Viajes') @push('styles') @endpush @section('content') {{-- HERO --}}

Tu Transporte Privado en Cartagena

Traslados seguros, conductores profesionales y reservas en minutos.

{{-- MOTOR DE RESERVAS --}}
{{-- ===================== TAB: TRANSPORTE ===================== --}}
@csrf
{{-- ===================== TAB: POR HORAS ===================== --}}
@csrf
{{-- ===================== TAB: eSIM ===================== --}}
@csrf
{{-- QUI脡NES SOMOS + TRANSPORTE --}} @include('partials.transporte-intro') {{-- BANNER PROMOCIONAL --}} @include('partials.promo-banner') {{-- CATEGOR脥AS DE TOURS --}} @include('partials.tour-categories') {{-- PREGUNTAS FRECUENTES --}} @include('partials.faq') @endsection