From 7fe61dee84944b0d1551e18e6f075cf3a03c9f38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:40:12 +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 bcca4f8..6ee0fde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,7 +148,7 @@ export default function LandingPage() { "1 User", "Basic Functions", "Cloud Backup"], }, { - id: "pro", badge: "Pro", price: "$29/mo", subtitle: "Advanced tools for high-performing professionals.", buttons: [ + id: "pro", badge: "Most Popular", price: "$29/mo", subtitle: "Advanced tools for high-performing professionals.", buttons: [ { text: "Choose Pro"}, ], @@ -280,4 +280,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1