We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d687f commit e44a2c7Copy full SHA for e44a2c7
1 file changed
apps/web/src/app/(main)/(landing)/pricing/page.tsx
@@ -526,7 +526,7 @@ const SecondaryPricingCard = ({
526
</h2>
527
</div>
528
<div className="flex items-center gap-3 mt-3 flex-wrap">
529
- <p className="text-lg text-white-400">(~ ₹4,410 INR)</p>
+ <p className="text-lg text-white-400">(~ ₹4,444 INR)</p>
530
<span className="px-3 py-1 bg-green-500/20 border border-green-500/50 rounded-full text-green-400 text-sm font-medium">
531
Discounted till {discountEndDate}
532
</span>
0 commit comments