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