diff --git a/src/Constants/Fields/RadioFields.js b/src/Constants/Fields/RadioFields.js index 2fcdf09..763410e 100644 --- a/src/Constants/Fields/RadioFields.js +++ b/src/Constants/Fields/RadioFields.js @@ -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 }, ], }, ];