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