@extends('frontend.layouts.master')
@section('meta_description',
'Bangladesh Unbound is your trusted partner for authentic and unforgettable travel
experiences across Bangladesh. Discover hidden gems, rich culture, and natural beauty with our expertly curated tours.')
@section('meta_keywords',
'Bangladesh Tours, Travel Bangladesh, Tour Company Bangladesh, Day Trip, Sundarban Tour,
Sylhet Tours.')
@section('canonical_url', 'https://www.bangladeshunbound.com/')
@section('title')
Bangladesh Unbound | Bangladesh Unbound | Bangladesh Tours, Travel Bangladesh, Tour Company Bangladesh, Day Trip,
Sundarban Tour, Sylhet Tours
@endsection
{{-- @section('og_type', 'website')
@section('og_title', 'Bangladesh Unbound')
@section('og_description', 'Authentic and unforgettable travel experiences across Bangladesh.')
@section('og_image', 'https://www.bangladeshunbound.com/assets/img/social-share-banner.jpg')
@section('og_url', 'https://www.bangladeshunbound.com/')
@section('og_site_name', 'Bangladesh Unbound')
@section('x_card', 'summary_large_image')
@section('x_title', 'Bangladesh Unbound')
@section('x_description', 'Discover hidden gems and explore Bangladesh with our curated travel experiences.')
@section('x_image', 'https://www.bangladeshunbound.com/assets/img/social-share-banner.jpg')
--}}
@section('content')
@include('frontend.home.partials.hero')
@include('frontend.home.partials.upcoming-tour')
@include('frontend.home.partials.day-trip')
@include('frontend.home.partials.feature')
@include('frontend.home.partials.travellers-choice')
@include('frontend.home.partials.unforgotable')
@include('frontend.home.partials.place-to-go')
@include('frontend.home.partials.tour-gallery')
@include('frontend.home.partials.tour-activity')
@include('frontend.home.partials.testimonials')
@include('frontend.home.partials.why-section')
@include('frontend.home.partials.recent-post')
@endsection