@@ -245,6 +245,7 @@ const SignupPage = () => {
|
|||||||
paymentDataValues,
|
paymentDataValues,
|
||||||
customerDataValues
|
customerDataValues
|
||||||
) {
|
) {
|
||||||
|
console.log("======>numberOfAccountsToAdd", numberOfAccountsToAdd);
|
||||||
const additionalAccounts = numberOfAccountsToAdd
|
const additionalAccounts = numberOfAccountsToAdd
|
||||||
? numberOfAccountsToAdd
|
? numberOfAccountsToAdd
|
||||||
: 0;
|
: 0;
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ export const signupRadioFields = [
|
|||||||
description: [
|
description: [
|
||||||
"1 document per month",
|
"1 document per month",
|
||||||
"Carryover 1 document to next period",
|
"Carryover 1 document to next period",
|
||||||
|
"Documents conforming with state rules",
|
||||||
"24/7 support",
|
"24/7 support",
|
||||||
"First month free!",
|
"First month free!",
|
||||||
],
|
],
|
||||||
@@ -23,6 +24,7 @@ export const signupRadioFields = [
|
|||||||
description: [
|
description: [
|
||||||
"3 documents per month",
|
"3 documents per month",
|
||||||
"Carryover 2 documents to next period",
|
"Carryover 2 documents to next period",
|
||||||
|
"Documents conforming with state rules",
|
||||||
"Up to 2 additional accounts: $49/each",
|
"Up to 2 additional accounts: $49/each",
|
||||||
"24/7 support",
|
"24/7 support",
|
||||||
],
|
],
|
||||||
@@ -39,6 +41,7 @@ export const signupRadioFields = [
|
|||||||
value: "seniorPartner",
|
value: "seniorPartner",
|
||||||
description: [
|
description: [
|
||||||
"Unlimited documents.",
|
"Unlimited documents.",
|
||||||
|
"Documents conforming with state rules",
|
||||||
"24/7 Triage-level support response",
|
"24/7 Triage-level support response",
|
||||||
"Up to 8 additional accounts at $39/each",
|
"Up to 8 additional accounts at $39/each",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import { CircleFill, Circle } from "react-bootstrap-icons";
|
import { CircleFill, Circle } from "react-bootstrap-icons";
|
||||||
|
import check from "../Assets/Images/check.png";
|
||||||
import "../styles/radio.scss";
|
import "../styles/radio.scss";
|
||||||
|
|
||||||
const Radio = (props) => {
|
const Radio = (props) => {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 45px;
|
margin-top: 45px;
|
||||||
width: 920px;
|
width: 960px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: rgb(240, 247, 250);
|
background-color: rgb(240, 247, 250);
|
||||||
|
|||||||
Reference in New Issue
Block a user