This commit is contained in:
Kenneth Jannette
2024-01-25 16:03:36 -06:00
parent f9e907f54e
commit 471ec8eb8c
4 changed files with 20 additions and 4 deletions

View File

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