more
This commit is contained in:
@@ -5,7 +5,7 @@ export const signupRadioFields = [
|
||||
value: "associate",
|
||||
description: [
|
||||
"1 document per month",
|
||||
"Carryover 1 document to next period",
|
||||
"Carryover 1 unused document each subscription period",
|
||||
"Documents conforming with state rules",
|
||||
"24/7 support",
|
||||
"First month free!",
|
||||
@@ -24,7 +24,7 @@ export const signupRadioFields = [
|
||||
value: "partner",
|
||||
description: [
|
||||
"3 documents per month",
|
||||
"Carryover 2 documents to next period",
|
||||
"Carryover 1 unused document per month",
|
||||
"Documents conforming with state rules",
|
||||
"Up to 2 additional accounts: $49/each",
|
||||
"24/7 support",
|
||||
@@ -55,5 +55,22 @@ export const signupRadioFields = [
|
||||
{ type: "additionalAccount", amount: 39 },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Of Counsel",
|
||||
label: "Of Counsel",
|
||||
value: "ofCounsel",
|
||||
description: [
|
||||
"One document - pay as you go",
|
||||
"24/7 support",
|
||||
"Document conforming with state rules",
|
||||
],
|
||||
details: "",
|
||||
docsAllowedPerMonth: 1,
|
||||
pricing: [
|
||||
{ type: "oneTime", amount: 59 },
|
||||
{ type: "oneTime", amount: 59 },
|
||||
{ type: "oneTime", amount: 59 },
|
||||
],
|
||||
},
|
||||
];
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user