{"version":3,"sources":["webpack:///./src/pages/lets-talk/providers.js","webpack:///./src/components/seo-component.js"],"names":["schedulerLink","process","title","RiskReport","className","style","color","onClick","eval","SEO","description","lang","meta","site","useStaticQuery","metaDescription","siteMetadata","htmlAttributes","titleTemplate","name","content","property","author","concat","defaultProps"],"mappings":"qIAAA,qbAeIA,cAAgBC,kEAEhBC,MAAQ,mDAGNC,WAAa,SAAbA,aAAa,OACjB,sEACA,2DAAC,4DAAD,CAAKD,MAAOA,QACV,2DAAC,kDAAD,KACE,kEAAKE,UAAU,yBACb,kEAAKA,UAAU,aACT,iEAAIA,UAAU,cAAcF,OAChC,iEAAIE,UAAU,cAAd,oEACkE,IAChE,mEAAMC,MAAO,CAAEC,MAAO,YAAtB,6BAMN,kEAAKF,UAAU,aACnB,kEAAKA,UAAU,OACb,kEAAKA,UAAU,sCACb,mGAEA,qEAIA,oEAGE,sEACA,gEAAGA,UAAU,kCAEZG,QAAS,0BAAMC,KAAK,6BAA6BR,cAAc,QAFhE,iEAGmE,uEAErE,oEAAuC,sEAO1C,uEAEG,2EAUSG,wC,kCCxEf,0DAYA,SAASM,EAAT,GAAkD,IAAnCC,EAAkC,EAAlCA,YAAaC,EAAqB,EAArBA,KAAMC,EAAe,EAAfA,KAAMV,EAAS,EAATA,MAC9BW,EAASC,yBAAe,YAAxBD,KAcFE,EAAkBL,GAAeG,EAAKG,aAAaN,YAEzD,OACE,kBAAC,IAAD,CACEO,eAAgB,CACdN,QAEFT,MAAOA,EACPgB,cAAa,QAAUL,EAAKG,aAAad,MACzCU,KAAM,CACJ,CACEO,KAAK,cACLC,QAASL,GAEX,CACEM,SAAS,WACTD,QAASlB,GAEX,CACEmB,SAAS,iBACTD,QAASL,GAEX,CACEM,SAAS,UACTD,QAAQ,WAEV,CACED,KAAK,eACLC,QAAQ,WAEV,CACED,KAAK,kBACLC,QAASP,EAAKG,aAAaM,QAE7B,CACEH,KAAK,gBACLC,QAASlB,GAEX,CACEiB,KAAK,sBACLC,QAASL,IAEXQ,OAAOX,KAKfH,EAAIe,aAAe,CACjBb,KAAK,KACLC,KAAM,GACNF,YAAY,IAUCD","file":"component---src-pages-lets-talk-providers-js-5f41a61febf35b9a5896.js","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { graphql } from 'gatsby';\nimport Layout from \"../../components/layout\"\nimport SEO from \"../../components/seo-component.js\"\n\n// import Box from 'components/box';\n// import Head from 'components/head';\n// import Registration from 'components/registration';\n// import Registration from 'components/forms/reports/risk-report';\n// import Registration from 'components/forms/reports/Form';\n\n\n// import SubscribeCTA from \"../../components/subscribe-cta\"\n\nlet schedulerLink = process.env.REACT_APP_CALENDLY_LINK2 || '#';\n\nlet title = \"Let's talk about your Organization as a Provider\"\n\nimport { Link } from 'gatsby';\nconst RiskReport = () => (\n
\n \n \n
\n
\n

{title}

\n

\n Get key provider insights to increase trust with customers today.{' '}\n \n Focus on what matters.\n \n

\n
\n
\n
\n
\n
\n

Let’s Setup a Time to Talk

\n {/*

We’re happy to setup a call and see if we can be of value to you!

*/}\n

{/* Calendly link widget begin\n\nSchedule a free introductory 30 mins with us.\n Calendly link widget end */}

\n

{/* Calendly link widget begin */}\n \n\n
\n eval(\"Calendly.showPopupWidget('\"+schedulerLink+\"')\")} \n >Schedule a no-cost introductory 30 mins conversation with us.
\n {/* Calendly link widget end */}

\n

{/* Calendly inline widget begin */}
\n {/*\n\n\n

\n\n\n*/}
\n {/* Calendly inline widget end */}

\n

\n

\n
\n
\n \n\n
\n
\n);\n\nexport default RiskReport;\n","/**\n * SEO component that queries for data with\n * Gatsby's useStaticQuery React hook\n *\n * See: https://www.gatsbyjs.org/docs/use-static-query/\n */\n\nimport React from \"react\"\nimport PropTypes from \"prop-types\"\nimport Helmet from \"react-helmet\"\nimport { useStaticQuery, graphql } from \"gatsby\"\n\nfunction SEO({ description, lang, meta, title }) {\n const { site } = useStaticQuery(\n graphql`\n query {\n site {\n siteMetadata {\n title\n description\n author\n }\n }\n }\n `\n )\n\n const metaDescription = description || site.siteMetadata.description\n\n return (\n \n )\n}\n\nSEO.defaultProps = {\n lang: `en`,\n meta: [],\n description: ``,\n}\n\nSEO.propTypes = {\n description: PropTypes.string,\n lang: PropTypes.string,\n meta: PropTypes.arrayOf(PropTypes.object),\n title: PropTypes.string.isRequired,\n}\n\nexport default SEO\n"],"sourceRoot":""}