export const HEADINGS = [ { step: 1, heading: 'Getting Started', subHeading: '', }, { step: 2, heading: 'Verify your identity', subHeading: 'Select a document type..', }, { step: 3, heading: 'Verify your identity', subHeading: "To do this, we'll need the following..", }, { step: 4, heading: 'Verify your', subHeading: "You'll need to take a photo.", }, { step: 5, heading: 'Verify your', subHeading: "You'll need to take a photo.", brickText: 'FRONT SIDE', }, { step: 6, heading: 'Verify your', subHeading: 'Make sure picture and text are clear.', }, { step: 7, heading: 'Verify your', subHeading: "You'll need to take a photo.", brickText: 'BACK SIDE', }, { step: 8, heading: 'Clarity Check', subHeading: 'Make sure picture and text are clear', }, { step: 9, heading: 'Verify that it’s you', subHeading: 'Take a selfie', }, { step: 10, heading: 'Verify that it’s you', subHeading: 'Take a selfie', }, ]; export type HEADING_TYPE = typeof HEADINGS;