more
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
export const signupRadioFields = [
|
||||
{
|
||||
name: "Of Counsel",
|
||||
label: "Of Counsel",
|
||||
value: "ofCounsel",
|
||||
description: [
|
||||
"One document/one-time fee",
|
||||
"Documents conforming with state rules",
|
||||
"Intellidraft AI - have a downloadable doc in minutes",
|
||||
"24/7 support",
|
||||
],
|
||||
details: "",
|
||||
docsAllowedPerMonth: 1,
|
||||
pricing: [
|
||||
{ type: "monthly", amount: 59 },
|
||||
{ type: "annDiscount", amount: 59 },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Associate",
|
||||
label: "Associate",
|
||||
@@ -7,6 +24,7 @@ export const signupRadioFields = [
|
||||
"1 document per month",
|
||||
"Carryover 1 unused document each subscription period",
|
||||
"Documents conforming with state rules",
|
||||
"Intellidraft AI - have a downloadable doc in minutes",
|
||||
"24/7 support",
|
||||
"First month free!",
|
||||
],
|
||||
@@ -26,6 +44,7 @@ export const signupRadioFields = [
|
||||
"3 documents per month",
|
||||
"Carryover 1 unused document per month",
|
||||
"Documents conforming with state rules",
|
||||
"Intellidraft AI - have a downloadable doc in minutes",
|
||||
"Up to 2 additional accounts: $49/each",
|
||||
"24/7 support",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user