From a41b4fbc3ad801fcefbdf0470a17e5d88ad8f02c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:21:50 +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 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: "#"}, -- 2.49.1