From 876f5cb767c9801db9adc9964dcb4761c72a1d8d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 20:18:52 +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 201e1ec..55d2b83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { "Track 50+ courses", "Application Checklist", "Community Access"], }, { - id: "pro", price: "$19/mo", name: "Pro", buttons: [ + id: "pro", price: "$19/mo", name: "Pro", badge: "Most Popular", buttons: [ { text: "Upgrade to Pro"}, ], @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1