\n \n \n We Creates a potential marketplace for People where business can\n directly meet users. It also provides an interoperable access to\n user data across different industries. Users will be able to use\n the Service as a secure single-sign on provider and move their\n data across different applications.\n
\n \n \n \n Get Started\n
\n \n
\n);\n\nexport default BannerSection;\n","import React, { ReactElement } from 'react';\nimport { Container } from 'react-bootstrap';\nimport { Layout } from '../components/common';\nimport ContentImageRow from '../components/common/ContentImageRow';\nimport BannerSection from '../components/common/contentSections/BannerSection';\nimport ContentHero from '../components/common/contentSections/ContentHero';\nimport HeadingSection from '../components/common/contentSections/HeadingSection';\nimport VideoSection from '../components/common/contentSections/VideoSection';\nimport ImageContentRow from '../components/common/ImageContentRow';\nimport { ContentData } from '../utils/entities';\n\nconst DataVerificationContentData: ContentData[] = [\n {\n id: 1,\n title: `Access Control`,\n desc: `Give authorization and revoke access to any one at any time from anywhere in the world.`,\n imageUrl: `images/data-verification-access-control@3x.png`,\n },\n {\n id: 2,\n title: `Increase productivity`,\n desc: `Work better by focusing on important tasks by gaining quick access to tools and apps you need without going through time consuming sign in process.`,\n imageUrl: `images/data-verification-productivity.svg`,\n },\n {\n id: 3,\n title: `Strengthen security`,\n desc: `Use automated policies to reduce human error risk that comes with manual processes.`,\n imageUrl: `images/data-verification-security.svg`,\n },\n];\n\nconst DataVerification = (): ReactElement => (\n