@extends('layouts.site', ['headerMode' => 'overlay']) @section('title', 'Visit Sri Lanka 360 - Premium Tours') @section('content') @include('partials.home-hero', ['slides' => $slides, 'tourTypes' => $tourTypes, 'destinations' => $destinations, 'packages' => $packages, 'blogPosts' => $blogPosts, 'reviews' => $reviews]) @include('partials.home-destinations-mosaic-slider') @include('partials.home-two-row-destinations') @include('partials.home-top-reviews') @include('partials.home-video-section') @include('partials.home-features-4') @include('partials.home-blog-slider') @endsection