more
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const signupRadioFields = [
|
||||
{
|
||||
name: "Monthly - basic",
|
||||
name: "Associate",
|
||||
label: "Monthly - basic",
|
||||
value: "monthlyBasic",
|
||||
description: [
|
||||
@@ -9,10 +9,10 @@ export const signupRadioFields = [
|
||||
"24/7 support",
|
||||
],
|
||||
details: "",
|
||||
price: 89,
|
||||
price: 59,
|
||||
},
|
||||
{
|
||||
name: "Monthly - pro",
|
||||
name: "Partner",
|
||||
label: "Monthly - pro",
|
||||
value: "monthlyProPlan",
|
||||
description: [
|
||||
@@ -22,14 +22,14 @@ export const signupRadioFields = [
|
||||
"24/7 support",
|
||||
],
|
||||
details: "",
|
||||
price: 159,
|
||||
price: 169,
|
||||
},
|
||||
{
|
||||
name: "Unlimited",
|
||||
name: "Of Counsel",
|
||||
label: "Annual - unlimited annual",
|
||||
value: "annualUnlimited",
|
||||
description: ["Generate unlimited documents.", "Stat support"],
|
||||
description: ["Unlimited documents.", "Triage-level support"],
|
||||
details: "",
|
||||
price: 1489,
|
||||
price: 199,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user