more
This commit is contained in:
@@ -11,6 +11,7 @@ export const signupRadioFields = [
|
|||||||
"First month free!",
|
"First month free!",
|
||||||
],
|
],
|
||||||
details: "",
|
details: "",
|
||||||
|
docsAllowedPerMonth: 1,
|
||||||
pricing: [
|
pricing: [
|
||||||
{ type: "monthly", amount: 69 },
|
{ type: "monthly", amount: 69 },
|
||||||
{ type: "annDiscount", amount: 52 },
|
{ type: "annDiscount", amount: 52 },
|
||||||
@@ -29,6 +30,7 @@ export const signupRadioFields = [
|
|||||||
"24/7 support",
|
"24/7 support",
|
||||||
],
|
],
|
||||||
details: "",
|
details: "",
|
||||||
|
docsAllowedPerMonth: 3,
|
||||||
pricing: [
|
pricing: [
|
||||||
{ type: "monthly", amount: 99 },
|
{ type: "monthly", amount: 99 },
|
||||||
{ type: "annDiscount", amount: 89 },
|
{ type: "annDiscount", amount: 89 },
|
||||||
@@ -46,6 +48,7 @@ export const signupRadioFields = [
|
|||||||
"Up to 8 additional accounts at $39/each",
|
"Up to 8 additional accounts at $39/each",
|
||||||
],
|
],
|
||||||
details: "",
|
details: "",
|
||||||
|
docsAllowedPerMonth: 50000,
|
||||||
pricing: [
|
pricing: [
|
||||||
{ type: "monthly", amount: 149 },
|
{ type: "monthly", amount: 149 },
|
||||||
{ type: "annDiscount", amount: 129 },
|
{ type: "annDiscount", amount: 129 },
|
||||||
|
|||||||
Reference in New Issue
Block a user