@extends('layouts.app') {{-- Title is controlled dynamically from Admin SEO Settings for home page only --}} @section('description', $siteDescription) @section('content') {{-- ============ HERO ============ --}}
{{-- Left: copy --}}
Your Journey, Our Passion

Explore the World. Create Memories.

Discover amazing travel packages curated just for you. From breathtaking landscapes to cultural adventures, find your next unforgettable journey.

{{-- Stats inline --}}
{{ $statsDestinations }}
Destinations
{{ $statsTravelers }}
Travelers
{{ $statsRating }}
Rating
{{-- Right: collage --}}
Hero
Inset
{{-- Floating card --}}
Featured
Perfect Getaway
Maldives ยท $2,599
{{-- ============ FEATURED PACKAGES ============ --}}
๐ŸŽฏ Featured Packages

Best Holiday Packages For You

Handpicked destinations with exclusive deals and unforgettable experiences.

@forelse($featuredPackages as $package)
@if($package->main_image) {{ $package->title }} @else {{ $package->title }} @endif @if($package->has_discount)
-{{ $package->discount_percentage }}%
@endif
{{ $package->category ?? 'Adventure' }}

{{ $package->title }}

{{ Str::limit($package->description, 100) }}

@for($i = 0; $i < 5; $i++) @endfor
(128 reviews)
{{ $package->duration_days }} Days {{ $package->destination }}
@if($package->has_discount)
{{ $package->formatted_price }}
{{ $package->formatted_discount_price }}
@else
From
{{ $package->formatted_price }}
@endif
@empty

No featured packages available at the moment.

@endforelse
{{-- ============ WHY CHOOSE US (intro) ============ --}}
{{ __('๐ŸŒŸ Why Choose Us') }}

{{ __('Exceptional Travel Experiences') }}

{{ __('We transform your travel dreams into unforgettable memories with personalized service and unbeatable value') }}

{{ __('Safe & Secure') }}

{{ __('Your safety is our priority with comprehensive travel insurance and 24/7 support') }}

{{ __('Fully Insured') }}

{{ __('Best Prices') }}

{{ __('Competitive prices with no hidden fees and flexible payment options') }}

{{ __('No Hidden Fees') }}
{{-- ============ TRAVEL STORIES ============ --}}
๐Ÿ“– Travel Inspiration

Travel Stories & Tips

Get inspired by stories from our travelers and useful tips for your next adventure.

@forelse($dynamicStories as $s)
@if($s->image) {{ $s->title }} @else {{ $s->title }} @endif
{{ $s->type }}

{{ $s->title }}

{{ $s->excerpt }}

Read More
@empty
No stories available.
@endforelse
{{-- ============ TESTIMONIALS ============ --}}
โญ Testimonials

What Our Travelers Say About Us

Real experiences from real travelers who created unforgettable memories with us.

@forelse($dynamicTestimonials as $t)
@for($i = 0; $i < floor($t->rating); $i++) @endfor {{ $t->rating }}

"{{ $t->quote }}"

@if($t->image)
@else
{{ $t->initials ?? substr($t->name, 0, 2) }}
@endif
{{ $t->name }}
{{ $t->meta }}
@empty
No testimonials available.
@endforelse
{{-- ============ WHY UNIQUE (split) ============ --}}
Travel
10K+
Happy Travelers
๐Ÿ’Ž Why Choose Us

Make Your Travel Experience Unique

We don't just book trips, we create unforgettable memories. Here's why thousands choose us:

@forelse($dynamicFeatures as $f)

{{ $f->title }}

{{ $f->description }}

@empty
No features available.
@endforelse
Start Planning Your Trip
{{-- ============ EXPERIENCES ============ --}}
๐ŸŒŸ Experiences

Unforgettable Experiences Just for You

Explore unique activities and adventures that match your travel style.

@forelse($dynamicDestinations as $e) @if($e->image) {{ $e->name }} @else {{ $e->name }} @endif
{{ $e->tag ?? 'Experience' }}

{{ $e->name }}

{{ $e->description }}

Explore
@empty
No experiences available.
@endforelse
{{-- ============ CTA ============ --}}

Ready to Start Your Next Adventure?

Don't let your dream destination wait. Book your perfect trip today and create memories that will last a lifetime.

{{ $statsDestinations }}
Destinations
{{ $statsTravelers }}
Happy Travelers
{{ $statsRating }}
Average Rating
@endsection