more
This commit is contained in:
@@ -12,7 +12,7 @@ export const signupRadioFields = [
|
|||||||
price: 59,
|
price: 59,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Partner",
|
name: "Junior Partner",
|
||||||
label: "Monthly - pro",
|
label: "Monthly - pro",
|
||||||
value: "monthlyProPlan",
|
value: "monthlyProPlan",
|
||||||
description: [
|
description: [
|
||||||
@@ -25,11 +25,23 @@ export const signupRadioFields = [
|
|||||||
price: 169,
|
price: 169,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Of Counsel",
|
name: "Senior Partner",
|
||||||
label: "Annual - unlimited annual",
|
label: "Annual - unlimited annual",
|
||||||
value: "annualUnlimited",
|
value: "annualUnlimited",
|
||||||
description: ["Unlimited documents.", "Triage-level support"],
|
description: ["Unlimited documents.", "Triage-level support"],
|
||||||
details: "",
|
details: "",
|
||||||
price: 199,
|
price: 199,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Of Counsel",
|
||||||
|
label: "Monthly - basic",
|
||||||
|
value: "monthlyBasic",
|
||||||
|
description: [
|
||||||
|
"1 document per month",
|
||||||
|
"Carryover one unused doc to next period",
|
||||||
|
"24/7 support",
|
||||||
|
],
|
||||||
|
details: "",
|
||||||
|
price: 59,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user