more
This commit is contained in:
@@ -9,7 +9,10 @@ export const signupRadioFields = [
|
||||
"24/7 support",
|
||||
],
|
||||
details: "",
|
||||
price: 49,
|
||||
pricing: [
|
||||
{ type: "standard", amount: 69 },
|
||||
{ type: "annDiscount", amount: 49 },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Partner",
|
||||
@@ -22,7 +25,10 @@ export const signupRadioFields = [
|
||||
"24/7 support",
|
||||
],
|
||||
details: "",
|
||||
price: 79,
|
||||
pricing: [
|
||||
{ type: "standard", amount: 97 },
|
||||
{ type: "annDiscount", amount: 79 },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Senior Partner",
|
||||
@@ -31,9 +37,12 @@ export const signupRadioFields = [
|
||||
description: [
|
||||
"Unlimited documents.",
|
||||
"Triage-level support",
|
||||
"Up to 8 additional accounts: 19/each",
|
||||
"Up to 8 additional accounts at 19/each",
|
||||
],
|
||||
details: "",
|
||||
price: 119,
|
||||
pricing: [
|
||||
{ type: "standard", amount: 149 },
|
||||
{ type: "annDiscount", amount: 119 },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user