This commit is contained in:
Kenneth Jannette
2024-02-23 05:00:49 -06:00
parent f422468d97
commit aa5cd3a17d
5 changed files with 26 additions and 8 deletions

View File

@@ -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",
],