improved subscription page

This commit is contained in:
daniel31x13 2023-10-06 09:09:16 +03:30
parent d2ee9c4fce
commit 83938fdd0a

View File

@ -70,8 +70,8 @@ export default function Subscribe() {
> >
<p>Yearly</p> <p>Yearly</p>
</button> </button>
<div className="absolute -top-4 -right-4 px-1 bg-red-500 text-white rounded-md rotate-[22deg]"> <div className="absolute -top-3 -right-4 px-1 bg-red-500 text-sm text-white rounded-md rotate-[22deg]">
%25 Off 25% Off
</div> </div>
</div> </div>
@ -90,7 +90,7 @@ export default function Subscribe() {
<div className="w-full p-1 rounded-md border border-solid border-sky-100 dark:border-neutral-700"> <div className="w-full p-1 rounded-md border border-solid border-sky-100 dark:border-neutral-700">
<p className="text-sm"> <p className="text-sm">
{process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS}-day free trial, then {process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS}-day free trial, then
${plan === Plan.monthly ? "4" : "3"} per month ${plan === Plan.monthly ? "4 per month" : "36 annually"}
</p> </p>
<p className="text-sm">+ VAT if applicable</p> <p className="text-sm">+ VAT if applicable</p>
</div> </div>