This commit is contained in:
Kenneth Jannette
2024-01-25 14:56:33 -06:00
parent ad255e01bb
commit 72b593c109
5 changed files with 14 additions and 6 deletions

View File

@@ -3,15 +3,18 @@ export const signupRadioFields = [
name: "Monthly - basic",
label: "Monthly - basic",
value: "monthlyBasic",
description: "Generate 1 document per month",
},
{
name: "Monthly - pro plan",
label: "Monthly - pro plan",
value: "monthlyProPlan",
description: "Generate up to 3 documents per month",
},
{
name: "Annual - unlimted",
label: "Annual - unlimte",
name: "Annual - unlimted annual",
label: "Annual - unlimited annual",
value: "annualUnlimited",
description: "Generate unlimited documents. Billed annualy",
},
];