This commit is contained in:
Kenneth Jannette
2024-01-27 12:22:25 -06:00
parent 143c24d64b
commit 2928d06bd2

View File

@@ -11,8 +11,8 @@ export const signupRadioFields = [
],
details: "",
pricing: [
{ type: "standard", amount: 69 },
{ type: "annDiscount", amount: 49 },
{ type: "monthly", amount: 69 },
{ type: "annDiscount", amount: 52 },
],
},
{
@@ -27,8 +27,8 @@ export const signupRadioFields = [
],
details: "",
pricing: [
{ type: "standard", amount: 97 },
{ type: "annDiscount", amount: 79 },
{ type: "monthly", amount: 99 },
{ type: "annDiscount", amount: 89 },
],
},
{
@@ -42,8 +42,8 @@ export const signupRadioFields = [
],
details: "",
pricing: [
{ type: "standard", amount: 149 },
{ type: "annDiscount", amount: 119 },
{ type: "monthly", amount: 149 },
{ type: "annDiscount", amount: 129 },
],
},
];