From dfb32a5bcc012d48086d952eb76877cfebf6b758 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 03:01:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a6436e..498ffed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,7 +140,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "city-transfer", tag: "Basic", price: "$85", period: "/ trip", description: "Quick travel across the city.", button: { + id: "city-transfer", tag: "City Standard", price: "$85", period: "/ trip", description: "Quick travel across the city.", button: { text: "Choose City", href: "#contact"}, featuresTitle: "Included", features: [ "Luxury sedan", "Bottled water", "Door to door"], @@ -152,7 +152,7 @@ export default function LandingPage() { "Flight monitoring", "Meet & greet", "Premium vehicle"], }, { - id: "hourly-charter", tag: "Elite", price: "$350", period: "/ 4hrs", description: "Personal driver for your schedule.", button: { + id: "hourly-charter", tag: "Executive Hourly", price: "$350", period: "/ 4hrs", description: "Personal driver for your schedule.", button: { text: "Choose Hourly", href: "#contact"}, featuresTitle: "Included", features: [ "Unlimited stops", "Priority support", "Premium amenities"], -- 2.49.1