more
This commit is contained in:
@@ -23,7 +23,7 @@ export const signupRadioFields = [
|
|||||||
value: "associate",
|
value: "associate",
|
||||||
description: [
|
description: [
|
||||||
"1 document per month",
|
"1 document per month",
|
||||||
"Intellidraft AI - downloadable document in minutes",
|
"Intellidraft AI - service-ready document in minutes",
|
||||||
"Carryover 1 unused document each subscription period",
|
"Carryover 1 unused document each subscription period",
|
||||||
"Documents formatted for jurisdiction",
|
"Documents formatted for jurisdiction",
|
||||||
"24/7 support",
|
"24/7 support",
|
||||||
@@ -32,8 +32,8 @@ export const signupRadioFields = [
|
|||||||
details: "",
|
details: "",
|
||||||
docsAllowedPerMonth: 1,
|
docsAllowedPerMonth: 1,
|
||||||
pricing: [
|
pricing: [
|
||||||
{ type: "monthly", amount: 69 },
|
{ type: "monthly", amount: 53 },
|
||||||
{ type: "annDiscount", amount: 52 },
|
{ type: "annDiscount", amount: 38 },
|
||||||
{ type: "additionalAccount", amount: 0 },
|
{ type: "additionalAccount", amount: 0 },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -43,7 +43,7 @@ export const signupRadioFields = [
|
|||||||
value: "partner",
|
value: "partner",
|
||||||
description: [
|
description: [
|
||||||
"3 documents per month",
|
"3 documents per month",
|
||||||
"Intellidraft AI - downloadable document in minutes",
|
"Intellidraft AI - service-ready document in minutes",
|
||||||
"Carryover 1 unused document per month",
|
"Carryover 1 unused document per month",
|
||||||
"Documents formatted for jurisdiction",
|
"Documents formatted for jurisdiction",
|
||||||
"24/7 support",
|
"24/7 support",
|
||||||
@@ -52,8 +52,8 @@ export const signupRadioFields = [
|
|||||||
details: "",
|
details: "",
|
||||||
docsAllowedPerMonth: 3,
|
docsAllowedPerMonth: 3,
|
||||||
pricing: [
|
pricing: [
|
||||||
{ type: "monthly", amount: 99 },
|
{ type: "monthly", amount: 71 },
|
||||||
{ type: "annDiscount", amount: 89 },
|
{ type: "annDiscount", amount: 56 },
|
||||||
{ type: "additionalAccount", amount: 49 },
|
{ type: "additionalAccount", amount: 49 },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -63,16 +63,16 @@ export const signupRadioFields = [
|
|||||||
value: "seniorPartner",
|
value: "seniorPartner",
|
||||||
description: [
|
description: [
|
||||||
"Unlimited documents.",
|
"Unlimited documents.",
|
||||||
"Intellidraft AI - downloadable document in minutes",
|
"Intellidraft AI - service-ready document in minutes",
|
||||||
"Documents formatted for jurisdiction",
|
"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 5 additional accounts at $39/each",
|
||||||
],
|
],
|
||||||
details: "",
|
details: "",
|
||||||
docsAllowedPerMonth: 50000,
|
docsAllowedPerMonth: 50000,
|
||||||
pricing: [
|
pricing: [
|
||||||
{ type: "monthly", amount: 149 },
|
{ type: "monthly", amount: 132 },
|
||||||
{ type: "annDiscount", amount: 129 },
|
{ type: "annDiscount", amount: 119 },
|
||||||
{ type: "additionalAccount", amount: 39 },
|
{ type: "additionalAccount", amount: 39 },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.radio-circle-top {
|
.radio-circle-top {
|
||||||
width: 248px;
|
width: 232px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
border: 1px solid var(--accent-orange-light);
|
border: 1px solid var(--accent-orange-light);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
font-size: 0.94rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-circle-lower {
|
.radio-circle-lower {
|
||||||
@@ -51,9 +52,6 @@
|
|||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 130px;
|
width: 130px;
|
||||||
margin-left: 2px;
|
|
||||||
padding-left: 6px;
|
|
||||||
font-family: var(--main-font);
|
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
letter-spacing: 0.05rem;
|
letter-spacing: 0.05rem;
|
||||||
@@ -76,4 +74,6 @@
|
|||||||
|
|
||||||
.radio-description-box {
|
.radio-description-box {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
margin-left: 4px;
|
||||||
|
padding: 0px 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -228,7 +228,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.signup-radio-container {
|
.signup-radio-container {
|
||||||
width: 270px;
|
width: 286px;
|
||||||
margin: 0px 3px;
|
margin: 0px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user