From c98509d76f18848295b256500c1faa5dbc3c1841 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:23:11 +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 a19ad49..db9cd62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,7 @@ export default function LandingPage() { ], }, { - id: "pro", name: "Premium", badge: "Best Value", price: "$19/mo", features: [ + id: "pro", name: "Premium", badge: "Popular", price: "$19/mo", features: [ "Weekly Digital Issue", "Archive Access", "Ad-Free Experience"], buttons: [ { @@ -236,4 +236,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file