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