{navItems.map(([key, label]) => (
))}
{[ [“flights”, “Flights”, Plane], [“hotels”, “Hotels”, Hotel], [“packages”, “Packages”, Package], ].map(([key, label, Icon]) => ( ))}
Leaving from
setFromCity(e.target.value)} className=”w-full bg-transparent outline-none” />
Going to
setToCity(e.target.value)} className=”w-full bg-transparent outline-none” />
Departure
setDepartDate(e.target.value)} className=”w-full bg-transparent outline-none” />
Return
setReturnDate(e.target.value)} className=”w-full bg-transparent outline-none” />
Travelers / Cabin
setTravelers(e.target.value)} className=”w-full bg-transparent outline-none” />
Trip type
BELKO full travel booking system, built like a real online agency platform.
Search flights, hotels, and packages. Capture leads, collect payments, manage trips, and present BELKO as a serious professional travel brand.
{[
[Clock3, “Fast search”, “Compare routes, stays, and package deals in one system.”],
[MessageCircle, “WhatsApp-first”, “Perfect for the way your clients contact you.”],
[CreditCard, “Payment ready”, “Built to expand into deposits and online checkout.”],
].map(([Icon, title, text]) => (
{title}
))}
{text}
BELKO featured travel products
A complete agency setup for Africa, Europe, Dubai, and Umrah travel.
{[
{
title: “Flights to Africa”,
subtitle: “West Africa routes for family, business, and holiday travel”,
image: “https://images.unsplash.com/photo-1489493887464-892be6d1daae?auto=format&fit=crop&w=1200&q=80”,
},
{
title: “Dubai Luxury Getaways”,
subtitle: “High-end city breaks and hotel bundles”,
image: “https://images.unsplash.com/photo-1518684079-3c830dcef090?auto=format&fit=crop&w=1200&q=80”,
},
{
title: “Umrah & Religious Travel”,
subtitle: “Premium support for spiritual journeys and group packages”,
image: “https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&w=1200&q=80”,
},
].map((deal) => (
))}
{deal.title}
{deal.subtitle}
Search & compare
Expedia-style results for flights, hotels, and travel packages.
Best match
Lowest price
Fastest trip
{bookingTab === “flights” && currentResults.map((item) => (
{item.route}
{item.depart} – {item.arrive}
{item.duration} • {item.stops}
))}
{bookingTab === “hotels” && currentResults.map((item) => (
))}
{bookingTab === “packages” && currentResults.map((item) => (
))}
{item.tag}
{item.airline}
{item.baggage}
per traveler
{item.name}
{Array.from({ length: item.rating }).map((_, i) => )}
{item.city}
{item.details}
per night
{item.badge}
{item.title}
{item.description}
{item.includes.map((perk) => (
{perk}
))}
BELKO curated packages
Travel packages built for your customers.
Use package pages for Dubai, Paris, Africa, and Umrah marketing campaigns.
{packageResults.map((pkg) => (
))}
{pkg.badge}
{pkg.title}
{pkg.description}
{pkg.includes.map((item) => (
{item}
))}
Secure BELKO checkout
Complete booking and payment
A professional checkout page for flights, hotels, and packages under BELKO.
Traveler details
Payment method
{[“Card”, “Deposit request”, “Pay later invoice”].map((method) => (
))}
Order summary
{bookingTab === “flights” && (
)}
{bookingTab === “hotels” && (
)}
{bookingTab === “packages” && (
)}
{selectedFlight.airline}
{selectedFlight.route}
{selectedFlight.duration} • {selectedFlight.stops}
{selectedHotel.name}
{selectedHotel.city}
{selectedHotel.nights} nights
{selectedPackage.title}
{selectedPackage.description}
Travel total
BELKO service support
$95
Total due
Adapt this for full payment or deposit-only collection.
Support options
{[
“WhatsApp confirmation”,
“Email booking summary”,
“Passport info collection”,
“Manual invoice option”,
“Group booking coordination”,
“Customer support follow-up”,
].map((item) => (
{item}
))}
BELKO admin dashboard concept
Agency dashboard for leads, bookings, and customer management.
A back-office style page showing how BELKO can track quotes and customer requests.
{[
[“New Leads”, “28”],
[“Pending Quotes”, “12”],
[“Confirmed Bookings”, “9”],
[“WhatsApp Requests”, “17”],
].map(([label, value]) => (
))}
{label}
{value}
Customer actions
{[
“Reply to quote request”,
“Send payment link”,
“Confirm booking by WhatsApp”,
“Collect passport details”,
“Assign hotel package”,
].map((item) => (
{item}
))}
Recent customer requests
Client
Trip
Status
Action
{trip}
{status}
WordPress deployment map
BELKO WordPress structure for a live website.
This shows how to convert the full BELKO system into a real WordPress build on belkologistics.com.
Main pages
{[“Home”, “Flights Search”, “Hotels”, “Packages”, “Umrah”, “Checkout”, “Contact / Quote”].map((item) => (
{item}
))}
Needed tools
{[
“Elementor or Spectra”,
“WPForms for quote flow”,
“WooCommerce or payment plugin”,
“WP Mail SMTP”,
“WhatsApp chat plugin”,
“Security and cache plugin”,
].map((item) => (
{item}
))}
Deployment steps
{[
“Install clean homepage”,
“Add BELKO logo and colors”,
“Connect booking form”,
“Connect payment page”,
“Enable email + WhatsApp”,
“Publish on domain”,
].map((item) => (
{item}
))}