import React, { useState } from 'react'; import { MapPin, Calendar, Users, Search, Star, Menu, X, Globe, Award, Tent, Heart, Facebook, Instagram, Twitter, Youtube, ChevronDown } from 'lucide-react'; export default function TryBookAfrikaApp() { const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false); // Theme colors based on the design const colors = { darkGreen: '#123722', brandOrange: '#d68a19', lightBg: '#fbfaf7', badgeBestSeller: '#e88f0a', badgeLuxury: '#f0ad00', badgeEco: '#7f9c21', badgeNew: '#f0ad00' }; return (
{} {} {/* Hero Section */}
{/* Full-width Background Image - Using a golden hour savanna image */}
{/* Subtle gradient overlay to make text pop */}
{/* Left Content */}

Discover Africa's

Wild Heart 🦁

{/* Small decorative line */}

Book your dream safari with TryBookAfrika. From the Big Five to breathtaking landscapes — your African adventure starts here.

{/* Stats */}
500+ Safari Lodges
12K Happy Travelers
47 Countries
{} {/* Right Content - The Big Five Image overlay */}
{/* Developer Note: Place your Big 5 image in your public folder or host it on your Nextcloud! */} { e.target.src = "https://images.unsplash.com/photo-1516426122078-c23e76319801?q=80&w=1000&auto=format&fit=crop"; }} alt="The Big Five Wildlife" className="w-full h-full object-cover" /> {/* Light bottom fade to match the design's text area */}

The Big Five

{} {/* Search Bar - Positioned to overlap the hero */}
{} {/* Featured Safaris Section */}

Featured Safaris

Handpicked lodges and experiences across Africa

{/* Card 1 */}
Serengeti Safari Lodge
BEST SELLER

Serengeti Safari Lodge

Serengeti, Tanzania

$1,280 / night

4.7 (312 reviews)
{/* Card 2 */}
Chobe River Camp
LUXURY

Chobe River Camp

Chobe, Botswana

$940 / night

4.9 (208 reviews)
{/* Card 3 */}
Kruger Bush Retreat
ECO-FRIENDLY

Kruger Bush Retreat

Kruger, South Africa

$760 / night

4.8 (456 reviews)
{/* Card 4 */}
Masai Mara Sky Tents
NEW

Masai Mara Sky Tents

Masai Mara, Kenya

$1,050 / night

4.6 (189 reviews)
{} {/* Why TryBookAfrika Section */}

Why TryBookAfrika

Book with confidence — we know Africa inside out

{/* Feature 1 */}

Local Experts

Our team lives and breathes African safari. We handpick every experience.

{/* Feature 2 */}
{/* Fallback to Award since we don't have a specific Lion icon in basic Lucide */}

Big Five Guarantee

We'll help you spot all five — or your next safari is on us.

{/* Feature 3 */}

Curated Stays

From luxury lodges to mobile camps, we have the perfect fit for you.

{/* Feature 4 */}

Conscious Travel

We support conservation and local communities with every booking.

{} {/* Footer */}
); }