{"version":3,"sources":["webpack:///./src/pages/integrations/wix.js"],"names":["withIntegrationCardContext","sliderSettings","photos","img","useStaticQuery","img1","childImageSharp","fluid","alt","title","className","href"],"mappings":"+FAAA,kGA8DeA,uBAtDH,SAAC,GAAwB,IAAtBC,EAAqB,EAArBA,eAYPC,EAAS,CACb,CACEC,IAbaC,yBAAe,cAAxBC,KAaMC,gBAAgBC,MAC1BC,IAAK,kBACLC,MAAO,mCAIX,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,kSAMA,8GAEF,yBAAKA,UAAU,WACb,wCACA,wBAAIA,UAAU,cACZ,sFACA,wFACA,qEAGJ,8CACA,sFAC2D,IACzD,uBAAGC,KAAK,6BAAR,eAFF","file":"component---src-pages-integrations-wix-js-c19707d979d967857fbe.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 Wix = ({ sliderSettings }) => {\n const { img1 } = useStaticQuery(graphql`\n query {\n img1: file(relativePath: { eq: \"help/wix/wix_4.png\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid_withWebp\n }\n }\n }\n }\n `);\n const photos = [\n {\n img: img1.childImageSharp.fluid,\n alt: 'Wix Integration',\n title: 'Integrate Wix with LiveSession',\n },\n ];\n\n return (\n <>\n \n
\n {photos[0].alt}\n
\n
\n
\n

Overview

\n

\n Wix is one of the most popular and user-friendly website builders out there. When you\n create your website with Wix, you can see how people interact with it, thanks to\n LiveSession. A simple tracking code will help you get interesting insights on user\n behavior.\n

\n

Please note that you need a premium Wix account to install a LiveSession code.

\n
\n
\n

Benefits

\n \n
\n

How to install

\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(Wix);\n\nWix.propTypes = {\n sliderSettings: PropTypes.func.isRequired,\n};\n"],"sourceRoot":""}