Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f18346f6ef | |||
| 3b2478bc51 | |||
| d71eedecb9 | |||
| c1c87e5ba9 |
@@ -106,6 +106,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Premium Travel Packages"
|
||||
description="Explore our curated destinations, from exotic beaches to urban cultural getaways."
|
||||
buttons={[{ text: "View Detailed Itineraries", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,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"
|
||||
|
||||
Reference in New Issue
Block a user