more
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
export const signupRadioFields = [
|
||||
{
|
||||
name: "Associate",
|
||||
label: "Monthly - basic",
|
||||
label: "Associate",
|
||||
value: "associate",
|
||||
description: [
|
||||
"1 document per month",
|
||||
"Carryover 1 document to next period",
|
||||
"24/7 support",
|
||||
"First month is free!",
|
||||
"First month free!",
|
||||
],
|
||||
details: "",
|
||||
pricing: [
|
||||
@@ -17,7 +17,7 @@ export const signupRadioFields = [
|
||||
},
|
||||
{
|
||||
name: "Partner",
|
||||
label: "Monthly - pro",
|
||||
label: "Partner",
|
||||
value: "partner",
|
||||
description: [
|
||||
"3 documents per month",
|
||||
@@ -33,7 +33,7 @@ export const signupRadioFields = [
|
||||
},
|
||||
{
|
||||
name: "Senior Partner",
|
||||
label: "Annual - unlimited annual",
|
||||
label: "Senior Partner",
|
||||
value: "seniorPartner",
|
||||
description: [
|
||||
"Unlimited documents.",
|
||||
|
||||
Reference in New Issue
Block a user