From ad66a3750cbcb9ef897bf18f594c3767955f43d9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:47:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a61e05c..0062335 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "1", badge: "Popular", badgeIcon: CheckCircle, + id: "1", badge: "Start Here", badgeIcon: Sparkles, price: "Free", subtitle: "Boost Your Password Strength in 5 Minutes", features: [ "Test your password strength instantly", "Get tips to make it stronger", "Check as many passwords as you like", "No information is saved" ] -- 2.49.1