This commit is contained in:
Kenneth Jannette
2024-01-25 16:50:26 -06:00
parent 8914a115e8
commit 04f1271a03
3 changed files with 14 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ export const signupRadioFields = [
label: "Monthly - basic",
value: "monthlyBasic",
description: "Generate 1 document per month",
details: "Billed every month",
price: 89,
},
{
@@ -11,6 +12,7 @@ export const signupRadioFields = [
label: "Monthly - pro",
value: "monthlyProPlan",
description: "Generate up to 3 documents per month",
details: "Billed every three months. A xxx percent savings",
price: 159,
},
{
@@ -18,6 +20,7 @@ export const signupRadioFields = [
label: "Annual - unlimited annual",
value: "annualUnlimited",
description: "Generate unlimited documents. Billed annualy",
details: "Billed annualy. A xxx percent savings",
price: 1489,
},
];