diff --git a/src/app/page.tsx b/src/app/page.tsx index 05577b6..67213e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} /> @@ -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"