more
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user