{"version":3,"sources":["webpack://switch-website/./src/images/use-cases/heroes/psps.png","webpack://switch-website/./src/pages/use-cases/psps.js"],"names":["features","key","logoImg","S","src","placeholder","alt","title","Trans","name","content","link","url","text","data","t","useTranslation","quantifier","subtitle","metatags","description","image","PageComponent","HeroImage"],"mappings":"+kDAAA,EAAe,IAA0B,mD,qBCcnCA,EAAW,CACb,CACIC,IAAK,WACLC,SAAS,QAAC,EAAAC,EAAD,CAAaC,IAAI,+CAA+CC,YAAY,OAAOC,IAAI,GAAvF,uBACTC,OAAO,QAAC,EAAAC,MAAD,qDACPC,MAAM,QAAC,EAAAD,MAAD,iBACNE,SACI,QAAC,EAAAF,MAAD,2QAMJG,KAAM,CACFC,IAAK,YACLC,MAAM,QAAC,EAAAL,MAAD,gCAGd,CACIP,IAAK,YACLC,SAAS,QAAC,EAAAC,EAAD,CAAaC,IAAI,gDAAgDC,YAAY,OAAOC,IAAI,GAAxF,uBACTC,OAAO,QAAC,EAAAC,MAAD,8BACPC,MAAM,QAAC,EAAAD,MAAD,kBACNE,SACI,QAAC,EAAAF,MAAD,iOAMJG,KAAM,CACFC,IAAK,qBACLC,MAAM,QAAC,EAAAL,MAAD,6BAGd,CACIP,IAAK,aACLC,SAAS,QAAC,EAAAC,EAAD,CAAaC,IAAI,iDAAiDC,YAAY,OAAOC,IAAI,GAAzF,uBACTC,OAAO,QAAC,EAAAC,MAAD,8DACPC,MAAM,QAAC,EAAAD,MAAD,mBACNE,SACI,QAAC,EAAAF,MAAD,gLAKJG,KAAM,CACFC,IAAK,6CACLC,MAAM,QAAC,EAAAL,MAAD,4CA+ClB,EAtC6B,SAAC,GAAY,IAAXM,EAAU,EAAVA,KACpBC,GAAKC,sBAALD,EAEDR,EAAQQ,EAAE,QACVE,EAAaF,EAAE,UACfG,EAAWH,EACb,2GAGEI,EAAW,CACbZ,MAAOQ,EAAE,8DACTK,YAAaL,EAAE,kIAGfM,MAAO,wCAGX,OACI,QAACC,EAAA,EAAD,CACIR,KAAMA,EACNO,MAAOE,EACPhB,MAAOA,EACPU,WAAYA,EACZC,SAAUA,EACVlB,SAAUA,EACVmB,SAAUA","file":"component---src-pages-use-cases-psps-js-dba80896c2fcf6173a37.js","sourcesContent":["export default __webpack_public_path__ + \"static/psps-c34b9d197dfecc82ecf802f0a631c318.png\";","import React from 'react';\nimport PropTypes from 'prop-types';\nimport {graphql} from 'gatsby';\nimport {StaticImage} from 'gatsby-plugin-image';\n\nimport {Trans, useTranslation} from 'gatsby-plugin-react-i18next';\n\nimport HeroImage from '../../images/use-cases/heroes/psps.png';\nimport PageComponent from '../../components/use-cases/PageComponent';\n\n\n/*\n * Constants\n */\nconst features = [\n {\n key: 'overview',\n logoImg: ,\n title: Free distribution channel for your services.,\n name: Channels,\n content: (\n \n By working with us, your services will be readily available on the Switch Platform, meaning any\n merchants we are working with can enable your services without any developments, turning Switch into a\n flexible, cost-free distribution channel for your services.\n \n ),\n link: {\n url: '/channels',\n text: Discover our Channels,\n },\n },\n {\n key: 'analytics',\n logoImg: ,\n title: Grow without worries.,\n name: Analytics,\n content: (\n \n Large volume businesses have so much data that it can be a costly and challenging engineering task to\n scale its infrastructure. We use state-of-the-art technology to handle and process Big Data, so you\n won't have to.\n \n ),\n link: {\n url: '/product/analytics',\n text: Discover Analytics,\n },\n },\n {\n key: 'whitelabel',\n logoImg: ,\n title: Keep the brand aesthetic with a White Label Solution.,\n name: Whitelabel,\n content: (\n \n Our products can be rebranded to match your identity. With this, you can uniformize your resources and\n customize your sub-merchants to match their own visual identity.\n \n ),\n link: {\n url: 'https://switchpayments.com/docs/whitelabel',\n text: Discover our Whitelabel solution,\n },\n },\n];\n\n\n/*\n * Public Elements\n */\nconst MerchantsUseCasePage = ({data}) => {\n const {t} = useTranslation();\n\n const title = t('PSPs');\n const quantifier = t('dozens');\n const subtitle = t(\n 'More than 50 PSPs are optimizing their payments operations with Switch. See what we can do to help you.',\n );\n\n const metatags = {\n title: t('White Label Payment Gateway for Payment Providers - Switch'),\n description: t('White label payment gateway solution for PSPs, ISVs, and acquirers. Customize your accounts to '\n + 'match a custom visual identity.'),\n // eslint-disable-next-line i18next/no-literal-string\n image: '/website/metatags/use-cases-psps.png',\n };\n\n return (\n \n );\n};\n\nMerchantsUseCasePage.propTypes = {\n data: PropTypes.object.isRequired,\n};\n\n\n/*\n * Exports\n */\nexport default MerchantsUseCasePage;\nexport const query = graphql`\n query($language: String!, $useCaseType: String!) {\n ...UseCaseFragment\n }\n`;\n"],"sourceRoot":""}