{"version":3,"sources":["webpack:///./src/pages/integrations/bigcommerce.js"],"names":["withIntegrationCardContext","sliderSettings","photos","img","useStaticQuery","img1","childImageSharp","fluid","alt","title","className","href"],"mappings":"6FAAA,kGA0DeA,uBAlDK,SAAC,GAAwB,IAAtBC,EAAqB,EAArBA,eAYfC,EAAS,CACb,CACEC,IAbaC,yBAAe,cAAxBC,KAaMC,gBAAgBC,MAC1BC,IAAK,0BACLC,MAAO,2CAGX,OACE,oCACE,kBAAC,IAAD,iBAAYR,EAAeC,GAA3B,CAAoCQ,UAAU,iBAC5C,6BACE,kBAAC,IAAD,CAAKH,MAAOL,EAAO,GAAGC,IAAKK,IAAKN,EAAO,GAAGM,IAAKC,MAAOP,EAAO,GAAGO,UAGpE,yBAAKC,UAAU,WACb,wCACA,6MAKF,yBAAKA,UAAU,WACb,wCACA,wBAAIA,UAAU,cACZ,sFACA,yDACA,6EAGJ,8CACA,iGACsE,IACpE,uBAAGC,KAAK,qCAAR,eAFF","file":"component---src-pages-integrations-bigcommerce-js-513adc349c0c4c30de91.js","sourcesContent":["/* eslint-disable jsx-a11y/anchor-is-valid */\nimport React from 'react';\nimport { graphql, useStaticQuery } from 'gatsby';\nimport Img from 'gatsby-image';\nimport PropTypes from 'prop-types';\nimport withIntegrationCardContext from 'hoc/withIntegrationCardContext';\nimport Slider from 'react-slick';\n\nconst BigCommerce = ({ sliderSettings }) => {\n const { img1 } = useStaticQuery(graphql`\n query {\n img1: file(relativePath: { eq: \"marketplace/bigcommerce/1.png\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid_withWebp\n }\n }\n }\n }\n `);\n const photos = [\n {\n img: img1.childImageSharp.fluid,\n alt: 'BigCommerce Integration',\n title: 'Integrate BigCommerce with LiveSession',\n },\n ];\n return (\n <>\n \n
\n BigCommerce is one of the most popular e-commerce solutions. You can add a LiveSesion\n script to your BigCommerce website to see how the users interact with your online shop.\n
\n\n Just copy and paste a piece of code. See a detailed tutorial in our{' '}\n help center.\n
\n >\n );\n};\n\nexport default withIntegrationCardContext(BigCommerce);\n\nBigCommerce.propTypes = {\n sliderSettings: PropTypes.func.isRequired,\n};\n"],"sourceRoot":""}