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 +}