export const protectionServicesMock = {
    identityTheftInsurance: {
        status: 'Active',
        coverage: '$1,000,000',
        description: `
      <p>We'll reimburse you for out-of-pocket expenses up to $1,000,000</p>
      <p>
        Our identity theft reimbursement, with zero deductible, reimburses you for expenses related to identity theft restoration, including replacement of documents, traveling expenses, loss of income, child/elderly care (incurred as a result of identity restoration), and legal costs.
      </p>
      <p>
        Our identity restoration service assists with the identity restoration process by providing step-by-step instructions you can easily follow to repair and restore your identity.
      </p>
    `,
    },

    identityRestoration: {
        status: 'Active',
        coverage: '$1,000,000',
        description: `
      <p>We'll reimburse you for out-of-pocket expenses up to $1,000,000</p>
      <p>
        Our full-service identity restoration service takes the burden off of you in the event that your identity is stolen by going beyond the traditional credit report restoration.
      </p>
      <p>
        We offer a robust case knowledge of non-credit restoration including payday loans, IRS, DMV, and court records.
      </p>
    `,
    },

    darkWebMonitoring: {
        status: 'Active',
        description: `
      <h4>Dark web monitoring</h4>
      <p>
        We scan millions of servers, online chat rooms, message boards and websites across all sides of the web to detect fraudulent use of your personal information.
      </p>
      <p>
        We alert you instantly if your identity is compromised.
      </p>

      <h4>SSN monitoring</h4>
      <p>
        We monitor your SSN in real-time, detecting usage across a variety of situations including loan applications, employment and healthcare records.
      </p>

      <h4>Change of address</h4>
      <p>
        We help catch unauthorized changes to your current or past addresses by monitoring the National Change of Address (NCOA) database and U.S. Postal Service records.
      </p>
    `,
    },

    monitoring: {
        personalInfo: true,
        addressInfo: true,
        dateOfBirth: true,
        socialSecurity: true,
        creditCards: true,
        emails: true,
        phones: true,
    },
};