From 0d95364c0fab84ace0fda0809908ae0c7eece3d3 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 26 Apr 2026 23:56:56 +0300 Subject: [PATCH] Bob AI: Add the tag 'Popular' to the second pricing card. --- src/components/sections/pricing/PricingSimpleCards.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/sections/pricing/PricingSimpleCards.tsx b/src/components/sections/pricing/PricingSimpleCards.tsx index b30fae0..8518550 100644 --- a/src/components/sections/pricing/PricingSimpleCards.tsx +++ b/src/components/sections/pricing/PricingSimpleCards.tsx @@ -71,6 +71,11 @@ const PricingSimpleCards = ({ New )} + {index === 1 && ( + + Popular + + )}