more
This commit is contained in:
@@ -5,8 +5,8 @@ export const signupRadioFields = [
|
|||||||
value: "ofCounsel",
|
value: "ofCounsel",
|
||||||
description: [
|
description: [
|
||||||
"One document/one-time fee",
|
"One document/one-time fee",
|
||||||
"Documents conforming with state rules",
|
"Documents conform with state rules",
|
||||||
"Intellidraft AI - have a downloadable doc in minutes",
|
"Intellidraft AI - downloadable document in minutes",
|
||||||
"24/7 support",
|
"24/7 support",
|
||||||
],
|
],
|
||||||
details: "",
|
details: "",
|
||||||
@@ -23,8 +23,8 @@ export const signupRadioFields = [
|
|||||||
description: [
|
description: [
|
||||||
"1 document per month",
|
"1 document per month",
|
||||||
"Carryover 1 unused document each subscription period",
|
"Carryover 1 unused document each subscription period",
|
||||||
"Documents conforming with state rules",
|
"Documents conform with state rules",
|
||||||
"Intellidraft AI - have a downloadable doc in minutes",
|
"Intellidraft AI - downloadable document in minutes",
|
||||||
"24/7 support",
|
"24/7 support",
|
||||||
"First month free!",
|
"First month free!",
|
||||||
],
|
],
|
||||||
@@ -43,8 +43,8 @@ export const signupRadioFields = [
|
|||||||
description: [
|
description: [
|
||||||
"3 documents per month",
|
"3 documents per month",
|
||||||
"Carryover 1 unused document per month",
|
"Carryover 1 unused document per month",
|
||||||
"Documents conforming with state rules",
|
"Documents conform with state rules",
|
||||||
"Intellidraft AI - have a downloadable doc in minutes",
|
"Intellidraft AI - downloadable document in minutes",
|
||||||
"Up to 2 additional accounts: $49/each",
|
"Up to 2 additional accounts: $49/each",
|
||||||
"24/7 support",
|
"24/7 support",
|
||||||
],
|
],
|
||||||
@@ -62,7 +62,8 @@ export const signupRadioFields = [
|
|||||||
value: "seniorPartner",
|
value: "seniorPartner",
|
||||||
description: [
|
description: [
|
||||||
"Unlimited documents.",
|
"Unlimited documents.",
|
||||||
"Documents conforming with state rules",
|
"Documents conform with state rules",
|
||||||
|
"Intellidraft AI - downloadable document in minutes",
|
||||||
"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",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -24,8 +24,9 @@
|
|||||||
.radio-circle-lower {
|
.radio-circle-lower {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-left: 12px;
|
justify-content: center;
|
||||||
padding-left: 12px;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-circle-box {
|
.radio-circle-box {
|
||||||
|
|||||||
Reference in New Issue
Block a user