From 56ade68d4577dfb23a970349e90a0ed0e0fba5a2 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 30 Jan 2026 21:44:49 +0100 Subject: [PATCH] refactor: add "Most Popular" label to top plans in PricingSection component for enhanced visibility --- components/PricingSection.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/PricingSection.tsx b/components/PricingSection.tsx index d9b30ab..300499b 100644 --- a/components/PricingSection.tsx +++ b/components/PricingSection.tsx @@ -190,7 +190,12 @@ export default function PricingSection() { return (
{isTeam && ( -
+ <> +
+
+ Most Popular +
+ )}