{"version":3,"sources":["webpack:///./src/pages/integrations/user.js"],"names":["withIntegrationCardContext","sliderSettings","photos","img","useStaticQuery","img1","childImageSharp","fluid","alt","title","className","href"],"mappings":"6FAAA,kGA2DeA,uBAnDF,SAAC,GAAwB,IAAtBC,EAAqB,EAArBA,eAYRC,EAAS,CACb,CACEC,IAbaC,yBAAe,cAAxBC,KAaMC,gBAAgBC,MAC1BC,IAAK,mBACLC,MAAO,oCAGX,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,oNAMF,yBAAKA,UAAU,WACb,wCACA,wBAAIA,UAAU,cACZ,6FACA,8EACA,oEAGJ,8CACA,sFAC2D,IACzD,uBAAGC,KAAK,2BAAR,eAFF","file":"component---src-pages-integrations-user-js-27c3542b08521748c8a6.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 User = ({ sliderSettings }) => {\n const { img1 } = useStaticQuery(graphql`\n query {\n img1: file(relativePath: { eq: \"marketplace/user/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: 'User Integration',\n title: 'Integrate User with LiveSession',\n },\n ];\n return (\n <>\n \n
\n User.com is an all-in workspace for sales, marketing, customer service, and management\n professionals. You can connect it to LiveSession and get even more from this extensive\n suite.\n
\n\n Just copy and paste a piece of code, as described in our{' '}\n help center.\n
\n >\n );\n};\n\nexport default withIntegrationCardContext(User);\n\nUser.propTypes = {\n sliderSettings: PropTypes.func.isRequired,\n};\n"],"sourceRoot":""}