diff --git a/src/app/page.tsx b/src/app/page.tsx index b37eff3..9c1e761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,7 +183,7 @@ export default function LandingPage() { "Live Bus Tracking", "Basic Seat Booking", "Email Booking Confirmations", "Standard Support"], }, { - id: "premium", badge: "Premium", badgeIcon={Star}, + id: "premium", badge: "Premium", badgeIcon: Star, price: "$9.99/month", subtitle: "Enhanced features for frequent travelers", buttons: [ { text: "Go Premium", href: "#"},