This commit is contained in:
Kenneth Jannette
2024-04-19 16:26:44 -05:00
parent 81c3ddb21c
commit e3e4e79685
3 changed files with 15 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ export const signupRadioFields = [
value: "associate",
description: [
"1 document per month",
"Intellidraft AI - downloadable document in minutes",
"Intellidraft AI - service-ready document in minutes",
"Carryover 1 unused document each subscription period",
"Documents formatted for jurisdiction",
"24/7 support",
@@ -32,8 +32,8 @@ export const signupRadioFields = [
details: "",
docsAllowedPerMonth: 1,
pricing: [
{ type: "monthly", amount: 69 },
{ type: "annDiscount", amount: 52 },
{ type: "monthly", amount: 53 },
{ type: "annDiscount", amount: 38 },
{ type: "additionalAccount", amount: 0 },
],
},
@@ -43,7 +43,7 @@ export const signupRadioFields = [
value: "partner",
description: [
"3 documents per month",
"Intellidraft AI - downloadable document in minutes",
"Intellidraft AI - service-ready document in minutes",
"Carryover 1 unused document per month",
"Documents formatted for jurisdiction",
"24/7 support",
@@ -52,8 +52,8 @@ export const signupRadioFields = [
details: "",
docsAllowedPerMonth: 3,
pricing: [
{ type: "monthly", amount: 99 },
{ type: "annDiscount", amount: 89 },
{ type: "monthly", amount: 71 },
{ type: "annDiscount", amount: 56 },
{ type: "additionalAccount", amount: 49 },
],
},
@@ -63,16 +63,16 @@ export const signupRadioFields = [
value: "seniorPartner",
description: [
"Unlimited documents.",
"Intellidraft AI - downloadable document in minutes",
"Intellidraft AI - service-ready document in minutes",
"Documents formatted for jurisdiction",
"24/7 Triage-level support response",
"Up to 8 additional accounts at $39/each",
"Up to 5 additional accounts at $39/each",
],
details: "",
docsAllowedPerMonth: 50000,
pricing: [
{ type: "monthly", amount: 149 },
{ type: "annDiscount", amount: 129 },
{ type: "monthly", amount: 132 },
{ type: "annDiscount", amount: 119 },
{ type: "additionalAccount", amount: 39 },
],
},

View File

@@ -16,7 +16,7 @@
}
.radio-circle-top {
width: 248px;
width: 232px;
height: 40px;
display: flex;
flex-direction: row;
@@ -24,6 +24,7 @@
margin-left: 2px;
border: 1px solid var(--accent-orange-light);
border-radius: 10px;
font-size: 0.94rem;
}
.radio-circle-lower {
@@ -51,9 +52,6 @@
padding-top: 12px;
height: 30px;
width: 130px;
margin-left: 2px;
padding-left: 6px;
font-family: var(--main-font);
font-family: Roboto;
font-weight: 500;
letter-spacing: 0.05rem;
@@ -76,4 +74,6 @@
.radio-description-box {
width: 240px;
margin-left: 4px;
padding: 0px 6px;
}

View File

@@ -228,7 +228,7 @@
}
.signup-radio-container {
width: 270px;
width: 286px;
margin: 0px 3px;
}