{"version":3,"sources":["webpack://switch-website/./src/images/use-cases/heroes/acquirers.png","webpack://switch-website/./src/pages/use-cases/acquirers.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":"4kDAAA,EAAe,IAA0B,wD,qBCcnCA,EAAW,CACb,CACIC,IAAK,WACLC,SAAS,QAAC,EAAAC,EAAD,CAAaC,IAAI,+CAA+CC,YAAY,OAAOC,IAAI,GAAvF,uBACTC,OAAO,QAAC,EAAAC,MAAD,+CACPC,MAAM,QAAC,EAAAD,MAAD,iBACNE,SACI,QAAC,EAAAF,MAAD,6VAOJG,KAAM,CACFC,IAAK,2CACLC,MAAM,QAAC,EAAAL,MAAD,0BAGd,CACIP,IAAK,WACLC,SAAS,QAAC,EAAAC,EAAD,CAAaC,IAAI,+CAA+CC,YAAY,OAAOC,IAAI,GAAvF,uBACTC,OAAO,QAAC,EAAAC,MAAD,gDACPC,MAAM,QAAC,EAAAD,MAAD,iBACNE,SACI,QAAC,EAAAF,MAAD,0YAOJG,KAAM,CACFC,IAAK,oBACLC,MAAM,QAAC,EAAAL,MAAD,4BAGd,CACIP,IAAK,aACLC,SAAS,QAAC,EAAAC,EAAD,CAAaC,IAAI,iDAAiDC,YAAY,OAAOC,IAAI,GAAzF,uBACTC,OAAO,QAAC,EAAAC,MAAD,6CACPC,MAAM,QAAC,EAAAD,MAAD,mBACNE,SACI,QAAC,EAAAF,MAAD,2LAKJG,KAAM,CACFC,IAAK,sBACLC,MAAM,QAAC,EAAAL,MAAD,+BA+ClB,EAtC6B,SAAC,GAAY,IAAXM,EAAU,EAAVA,KACpBC,GAAKC,sBAALD,EAEDR,EAAQQ,EAAE,aACVE,EAAaF,EAAE,UACfG,EAAWH,EACb,kGAGEI,EAAW,CACbZ,MAAOQ,EAAE,sDACTK,YAAaL,EAAE,kIAGfM,MAAO,6CAGX,OACI,QAACC,EAAA,EAAD,CACIR,KAAMA,EACNO,MAAOE,EACPhB,MAAOA,EACPU,WAAYA,EACZC,SAAUA,EACVlB,SAAUA,EACVmB,SAAUA","file":"component---src-pages-use-cases-acquirers-js-8ac7e04232fd4efc19af.js","sourcesContent":["export default __webpack_public_path__ + \"static/acquirers-9fd5acc69d6ba329d9ac27932aa4dcf8.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/acquirers.png';\nimport PageComponent from '../../components/use-cases/PageComponent';\n\n\n/*\n * Constants\n */\nconst features = [\n {\n key: 'overview',\n logoImg: ,\n title: Stay competitive with the latest tech.,\n name: Overview,\n content: (\n \n As a legacy company, it can be hard to keep up with increasing innovation taking place in the payments\n industry. By integrating with us you can leave that complexity behind and not worry about it ever again.\n We provide state-of-art technology so that you can offer innovative solutions to your clients. All\n rebranded to match your identity.\n \n ),\n link: {\n url: 'https://switchpayments.com/docs/overview',\n text: Discover Switch,\n },\n },\n {\n key: 'terminal',\n logoImg: ,\n title: Provide a truly omnichannel experience.,\n name: Terminal,\n content: (\n \n With a single infrastructure, your merchants can manage their entire terminal fleet, along with their\n e-commerce operation, using the same platform. All of this thanks to an innovative and PCI-certified\n architecture that allows Switch to divide the typical communication flow into two steps, leveraging the\n fully agnostic and cloud-based Switch Platform. As well as all its components.\n \n ),\n link: {\n url: '/product/terminal',\n text: Discover Terminal,\n },\n },\n {\n key: 'processing',\n logoImg: ,\n title: Deploy your custom payment channels.,\n name: Processing,\n content: (\n \n Our system was designed so you can develop and deploy alternative payment schemes and custom transaction\n flows for POS remotely, leveraging the Switch Dynamic Forms capabilities.\n \n ),\n link: {\n url: '/product/processing',\n text: Discover Processing,\n },\n },\n];\n\n\n/*\n * Public Elements\n */\nconst MerchantsUseCasePage = ({data}) => {\n const {t} = useTranslation();\n\n const title = t('Acquirers');\n const quantifier = t('dozens');\n const subtitle = t(\n 'More than 50 Acquirers are optimizing their payments operations. Don\\'t fall behind, join them.',\n );\n\n const metatags = {\n title: t('White Label Payment Gateway for Acquirers - Switch'),\n description: t('White label payment gateway solution for acquirers, PSPs, and ISVs. 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-acquirers.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":""}