This commit is contained in:
Kenneth Jannette
2024-01-26 17:30:17 -06:00
parent 731fb70fc3
commit 102eb11013
2 changed files with 16 additions and 11 deletions

View File

@@ -3,23 +3,32 @@ export const signupRadioFields = [
name: "Monthly - basic",
label: "Monthly - basic",
value: "monthlyBasic",
description: "Generate 1 document per month",
details: "Billed every month",
description: [
"1 document per month",
"Carryover one unused doc to next period",
"24/7 support",
],
details: "",
price: 89,
},
{
name: "Monthly - pro",
label: "Monthly - pro",
value: "monthlyProPlan",
description: "Generate up to 3 documents per month",
details: "Billed every three months. A xxx percent savings",
description: [
"3 documents per month",
"Carryover two unused docs to next period",
"Additional accounts: first: 39, after: 59/each",
"24/7 support",
],
details: "",
price: 159,
},
{
name: "Annual - unlimted annual",
label: "Annual - unlimited annual",
value: "annualUnlimited",
description: "Generate unlimited documents.",
description: ["Generate unlimited documents.", "24/7 support"],
details: "Billed annualy. A xxx percent savings",
price: 1489,
},