This commit is contained in:
Kenneth Jannette
2024-02-23 17:09:43 -06:00
parent 1b4fce5ffc
commit e4d8cb66d1
4 changed files with 14 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ export const signupRadioFields = [
label: "Of Counsel",
value: "ofCounsel",
description: [
"One document/one-time fee",
"Single document/one-time fee",
"Documents conform with state rules",
"Intellidraft AI - downloadable document in minutes",
"24/7 support",
@@ -12,8 +12,9 @@ export const signupRadioFields = [
details: "",
docsAllowedPerMonth: 1,
pricing: [
{ type: "monthly", amount: 59 },
{ type: "one-time", amount: 59 },
{ type: "annDiscount", amount: 59 },
{ type: "additionalAccount", amount: 0 },
],
},
{