This commit is contained in:
Kenneth Jannette
2024-01-28 16:46:39 -06:00
parent 3eb159eae3
commit 77bca61bab
5 changed files with 72 additions and 11 deletions

View File

@@ -29,6 +29,7 @@ export const signupRadioFields = [
pricing: [
{ type: "monthly", amount: 99 },
{ type: "annDiscount", amount: 89 },
{ type: "additionalAccount", amount: 49 },
],
},
{
@@ -44,6 +45,7 @@ export const signupRadioFields = [
pricing: [
{ type: "monthly", amount: 149 },
{ type: "annDiscount", amount: 129 },
{ type: "additionalAccount", amount: 39 },
],
},
];