From 63f4dc832ef53bc2da7874bc25fc341c6a1e223b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:22:17 +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 144b3d7..a19ad49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,7 @@ export default function LandingPage() { ], }, { - id: "pro", name: "Premium", price: "$19/mo", features: [ + id: "pro", name: "Premium", badge: "Best Value", 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 +}