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"],