Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-26 13:48:30 +00:00

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
]}
title="Premium Travel Packages"
description="Explore our curated destinations, from exotic beaches to urban cultural getaways."
buttons={[{ text: "Book Now", href: "#contact" }]}
buttons={[{ text: "View Detailed Itineraries", href: "#contact" }]}
/>
</div>
@@ -117,7 +117,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{ id: "basic", badge: "Essential", price: "$499", subtitle: "Domestic Quick Trips", features: ["Hotel Booking", "Airport Transfers", "24/7 Support"], buttons: [{ text: "Select" }] },
{ id: "pro", badge: "Elite", price: "$1,499", subtitle: "International Packages", features: ["Full Flights", "Luxury Resort", "Travel Insurance", "Forex Setup"], buttons: [{ text: "Book Now" }] },
{ id: "pro", badge: "Elite", price: "$1,499", subtitle: "International Packages", features: ["Full Flights", "Luxury Resort", "Travel Insurance", "Forex Setup"], buttons: [{ text: "View Detailed Itineraries" }] },
{ id: "ent", badge: "Global", price: "$2,999", subtitle: "Luxury Multi-Country Tours", features: ["VIP Cruise", "Private Guides", "Full Insurance", "Forex Premium"], buttons: [{ text: "Enquire" }] }
]}
title="Flexible Travel Plans"