This commit is contained in:
Kenneth Jannette
2024-02-02 21:56:36 -06:00
parent 5f077a6e3a
commit f73404091c

View File

@@ -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 },