From a15e0bb22aa85a044e89d99e2ccc36a0918eba22 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 13:49:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67213e1..e417147 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ 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: "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" }] } ]} -- 2.49.1