{"version":3,"sources":["webpack://switch-website/./src/images/use-cases/heroes/isvs.png","webpack://switch-website/./src/pages/use-cases/isvs.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":"klDAAA,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,+CACPC,MAAM,QAAC,EAAAD,MAAD,iBACNE,SACI,QAAC,EAAAF,MAAD,6VAOJG,KAAM,CACFC,IAAK,2CACLC,MAAM,QAAC,EAAAL,MAAD,0BAGd,CACIP,IAAK,aACLC,SAAS,QAAC,EAAAC,EAAD,CAAaC,IAAI,iDAAiDC,YAAY,OAAOC,IAAI,GAAzF,uBACTC,OAAO,QAAC,EAAAC,MAAD,+CACPC,MAAM,QAAC,EAAAD,MAAD,mBACNE,SACI,QAAC,EAAAF,MAAD,mSAMJG,KAAM,CACFC,IAAK,sBACLC,MAAM,QAAC,EAAAL,MAAD,8BAGd,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,gDACTK,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-isvs-js-72ab555451145b9403e5.js","sourcesContent":["export default __webpack_public_path__ + \"static/isvs-6dec7a5cf2851b12efc5c6751075c459.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/isvs.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: 'processing',\n logoImg: ,\n title: Onboard all your clients effortlessly.,\n name: Processing,\n content: (\n \n Our Platform easily allows you to programmatically onboard multi-level merchant accounts through API.\n You can create accounts, users, as well as manage their permissions, channels, integrations, and\n individual setups. This can make the onboarding process faster and easier for both.\n \n ),\n link: {\n url: '/product/processing',\n text: Discover Processing,\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('ISVs');\n const quantifier = t('dozens');\n const subtitle = t(\n 'More than 50 ISVs 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 ISV - Switch'),\n description: t('White label payment gateway solution for ISVs, PSPs, 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-isvs.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":""}