diff --git a/src/components/sections/pricing/PricingSimpleCards.tsx b/src/components/sections/pricing/PricingSimpleCards.tsx index 2a2f244..8518550 100644 --- a/src/components/sections/pricing/PricingSimpleCards.tsx +++ b/src/components/sections/pricing/PricingSimpleCards.tsx @@ -62,9 +62,21 @@ const PricingSimpleCards = ({ transition={{ duration: 0.6, ease: "easeOut" }} > - {plans.map((plan) => ( + {plans.map((plan, index) => (
- {plan.tag} +
+ {plan.tag} + {index === 0 && ( + + New + + )} + {index === 1 && ( + + Popular + + )} +
{plan.price}