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