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