From f50efa600531ceb58e9f74c88f987addcb689381 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:53:16 +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 5918b8f..4219d4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,7 +170,7 @@ export default function LandingPage() { "Basic Audit", "5 Keywords", "Monthly Reports"], }, { - id: "pro", badge: "Growth", price: "$3,999/mo", subtitle: "For scaling enterprises", buttons: [ + id: "pro", badge: "Most Recommended", price: "$3,999/mo", subtitle: "For scaling enterprises", buttons: [ { text: "Get Started", href: "#contact"}, ], @@ -274,4 +274,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1