{"version":3,"sources":["webpack:///./src/pages/solutions/irritantsParcoursClient/index.en.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MAAO,gEACPC,SAAU,CACR,YACA,iBACA,aACA,qBACA,0BACA,mBACA,qBACA,iBACA,YAEFC,YACE,oKAGW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAoBA,EAApB,CAA2BJ,IAAKA,MAEjD,IAAMK,EAAS","file":"component---src-pages-solutions-irritants-parcours-client-index-en-js-76bd6ff4cfce98dc226d.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport SolutionLayout from 'components/pages/SolutionPage';\n\nconst seo = {\n title: 'Q°emotion - Prioritize irritants to optimize customer journey',\n keywords: [\n 'Attrition',\n 'Attrition rate',\n 'Churn rate',\n 'Customer retention',\n 'Artificial intelligence',\n 'Customer journey',\n 'Emotional analysis',\n 'Customer voice',\n 'Verbatim',\n ],\n description:\n 'Do you need to prioritize the irritants of your customer journeys? Identify new insights and reduce your attrition rate with Q°emotion machine learning software',\n};\n\nexport default props => ;\n\nexport const pageQuery = graphql`\n query {\n dataBlockSubintroTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"solutionInnovation\" }\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: \"solutionInnovation\" }\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: [\"manPink.png\", \"dataPoints_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: \"solutionInnovation\" }\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: {\n eq: \"solutionPage/irritantsParcoursClient/explanationsBlock/en\"\n }\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: \"solutionInnovation\" }\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: \"solutionInnovation\" }\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: \"solutionInnovation\" }\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: [\"manGreen.png\", \"girlBlue.png\"] }\n }\n sort: { fields: [base], order: [DESC] }\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: \"solutionInnovation\" }\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: \"solutionInnovation\" }\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: {\n relativeDirectory: {\n eq: \"solutionPage/irritantsParcoursClient/sliderBlock/en\"\n }\n }\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: \"solutionInnovation\" }\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":""}