{"version":3,"sources":["webpack:///./src/pages/solutions/nps/index.en.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MACE,4FACFC,SAAU,CACR,gBACA,qBACA,kBACA,OACA,eACA,YACA,4BACA,aACA,YAEFC,YACE,4IAGW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAoBA,EAApB,CAA2BJ,IAAKA,MAEjD,IAAMK,EAAS","file":"component---src-pages-solutions-nps-index-en-js-575952fb1b83aadc6e4e.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport SolutionLayout from 'components/pages/SolutionPage';\n\nconst seo = {\n title:\n 'Q°emotion - Find the right insights with emotional data, increase NPS and conversion rate',\n keywords: [\n 'Data Analysis',\n 'Data visualisation',\n 'Data management',\n 'Data',\n 'Segmentation',\n 'Modelling',\n 'Automatic data processing',\n 'Reportings',\n 'Emotions',\n ],\n description:\n 'Discover in an instant the emotions felt on your customer journeys and their impact on your NPS in order to improve your conversion rate',\n};\n\nexport default props => ;\n\nexport const pageQuery = graphql`\n query {\n dataBlockSubintroTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"subintroBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n subTitle\n }\n }\n dataBlockSubintroBody: markdownRemark(\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"subintroBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"block\" }\n }\n ) {\n rawMarkdownBody\n }\n imageSubintroBlock: allFile(\n filter: {\n relativeDirectory: { eq: \"bubbleImages\" }\n base: { in: [\"girlOrange.png\", \"dataGlobal_en.png\"] }\n }\n sort: { fields: [base], order: [DESC] }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 550, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n dataObjectives: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"subintroBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"objectives\" }\n }\n }\n sort: { fields: [frontmatter___blockNumber] }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n relatedImage\n blockNumber\n }\n }\n }\n imageObjectives: allFile(\n filter: {\n relativeDirectory: { eq: \"indexPage/subIntroBlock/blockImage/minImage\" }\n }\n sort: { fields: [base] }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 70, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n imageExplanationsBlock: file(\n relativeDirectory: { eq: \"solutionPage/nps/explanationsBlock/en\" }\n ) {\n base\n childImageSharp {\n fluid(maxWidth: 500, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n dataExplanationsBlockTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"explanationsBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n dataExplanationsBlockSubtitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"explanationsBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"subtitle\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n author\n }\n }\n dataExplanationsBlockContent: markdownRemark(\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"explanationsBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"content\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n subTitle\n }\n }\n dataBlockOperationTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"operationBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n dataBlockOperationBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"operationBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"subTitle\" }\n }\n }\n sort: { fields: [frontmatter___numBlockOperation] }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n numBlockOperation\n relatedImage\n }\n }\n }\n imageOperationBlock: allFile(\n filter: { relativeDirectory: { eq: \"indexPage/operationBlock/en\" } }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 300, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n imageEmotionsBlock: allFile(\n filter: { relativeDirectory: { eq: \"solutionPage/emotionsBlock\" } }\n ) {\n nodes {\n base\n extension\n publicURL\n childImageSharp {\n fluid(maxWidth: 100, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n dataBlockEmotionsTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"solutionMarketing\" }\n blockType: { eq: \"emotionsBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n dataTestimonialBlock: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"solutionMarketing\" }\n blockType: { eq: \"testimonialBlock\" }\n lang: { eq: \"en\" }\n }\n }\n sort: { order: ASC, fields: [frontmatter___order] }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n author\n role\n image\n youtubeID\n youtubeTitle\n }\n }\n }\n imageTestimonialBlock: allFile(\n filter: {\n relativeDirectory: { eq: \"bubbleImages\" }\n base: { in: [\"manPinkLaugh.png\", \"girlBlue.png\"] }\n }\n sort: { fields: [id], order: [ASC] }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 550, quality: 100) {\n presentationWidth\n ...GatsbyImageSharpFluid_withWebp_noBase64\n }\n }\n }\n }\n imagesQuotesTestimonialBlock: allFile(\n filter: {\n relativeDirectory: {\n eq: \"solutionPage/analyseVerbatim/testimonialBlock\"\n }\n }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 300, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n dataBlockSliderTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"sliderBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n dataBlockSliderBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"sliderBlock\" }\n lang: { eq: \"en\" }\n component: { eq: \"slide\" }\n }\n }\n sort: { fields: [frontmatter___numSlide] }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n numSlide\n title\n subTitle\n relatedImage\n }\n }\n }\n imageSliderBlock: allFile(\n filter: { relativeDirectory: { eq: \"solutionPage/nps/sliderBlock/en\" } }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 650, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n dataBlockLinkBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"solutionEtude\" }\n blockType: { eq: \"linkBlock\" }\n lang: { eq: \"en\" }\n }\n }\n sort: { fields: [frontmatter___idBlock] }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n subTitle\n color\n link\n buttonText\n }\n }\n }\n }\n`;\n"],"sourceRoot":""}