This commit is contained in:
Kenneth Jannette
2024-02-24 00:15:18 -06:00
parent 840c168ec3
commit e4df347aed

View File

@@ -5,8 +5,8 @@ export const signupRadioFields = [
value: "ofCounsel", value: "ofCounsel",
description: [ description: [
"Single document/one-time fee", "Single document/one-time fee",
"Documents conform with state rules",
"Intellidraft AI - downloadable document in minutes", "Intellidraft AI - downloadable document in minutes",
"Documents formatted for jurisdiction",
"24/7 support", "24/7 support",
], ],
details: "", details: "",
@@ -23,9 +23,9 @@ export const signupRadioFields = [
value: "associate", value: "associate",
description: [ description: [
"1 document per month", "1 document per month",
"Carryover 1 unused document each subscription period",
"Documents conform with state rules",
"Intellidraft AI - downloadable document in minutes", "Intellidraft AI - downloadable document in minutes",
"Carryover 1 unused document each subscription period",
"Documents formatted for jurisdiction",
"24/7 support", "24/7 support",
"First month is free!", "First month is free!",
], ],
@@ -43,11 +43,11 @@ export const signupRadioFields = [
value: "partner", value: "partner",
description: [ description: [
"3 documents per month", "3 documents per month",
"Carryover 1 unused document per month",
"Documents conform with state rules",
"Intellidraft AI - downloadable document in minutes", "Intellidraft AI - downloadable document in minutes",
"Up to 2 additional accounts: $49/each", "Carryover 1 unused document per month",
"Documents formatted for jurisdiction",
"24/7 support", "24/7 support",
"Up to 2 additional accounts: $49/each",
], ],
details: "", details: "",
docsAllowedPerMonth: 3, docsAllowedPerMonth: 3,
@@ -63,8 +63,8 @@ export const signupRadioFields = [
value: "seniorPartner", value: "seniorPartner",
description: [ description: [
"Unlimited documents.", "Unlimited documents.",
"Documents conform with state rules",
"Intellidraft AI - downloadable document in minutes", "Intellidraft AI - downloadable document in minutes",
"Documents formatted for jurisdiction",
"24/7 Triage-level support response", "24/7 Triage-level support response",
"Up to 8 additional accounts at $39/each", "Up to 8 additional accounts at $39/each",
], ],