feat: add 14 day free trial notice to pricing page

This commit is contained in:
Henry
2025-10-30 23:47:00 +00:00
parent 95497da944
commit 4c0689e5d5

View File

@@ -131,11 +131,11 @@ const Pricing = ({
> >
{tier.name} {tier.name}
</h3> </h3>
{tier.highlighted && frequency?.value === "annually" ? ( {tier.highlighted && (
<p className="rounded-full bg-light-50 px-2.5 py-1 text-[12px] font-semibold text-dark-500 dark:bg-dark-1000 dark:text-dark-50"> <p className="rounded-full bg-light-50 px-2.5 py-1 text-[12px] font-semibold text-dark-500 dark:bg-dark-1000 dark:text-dark-50">
-20% {t`14 day free trial`}
</p> </p>
) : null} )}
</div> </div>
<p <p
className={twMerge( className={twMerge(