4 Commits

Author SHA1 Message Date
a15e0bb22a Update src/app/page.tsx 2026-04-26 13:49:25 +00:00
0a3fa477d2 Merge version_3 into main
Merge version_3 into main
2026-04-26 13:48:29 +00:00
f18346f6ef Update src/app/page.tsx 2026-04-26 13:48:26 +00:00
3b2478bc51 Merge version_2 into main
Merge version_2 into main
2026-04-26 13:47:36 +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>
@@ -116,8 +116,8 @@ export default function LandingPage() {
textboxLayout="default"
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: "basic", badge: "Essential", price: "$499", subtitle: "Domestic Quick Trips", features: ["Hotel Booking", "Airport Transfers", "24/7 Support"], buttons: [{ text: "Book Your Trip" }] },
{ 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"