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