This commit is contained in:
Kenneth Jannette
2024-02-05 15:29:55 -06:00
parent 9fecaca15b
commit d963bfab76
4 changed files with 35 additions and 8 deletions

View File

@@ -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 },
],
},
];
//