{"version":3,"sources":["webpack:///./src/pages/solutions/irritantsParcoursClient/index.fr.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"8LAIMA,EAAM,CACVC,MAAO,oEACPC,SAAU,CACR,YACA,mBACA,aACA,mBACA,4BACA,kBACA,mBACA,iBACA,YAEFC,YACE,6LAGW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAkBA,EAAlB,CAAyBJ,IAAKA,MAE/C,IAAMK,EAAS","file":"component---src-pages-solutions-irritants-parcours-client-index-fr-js-b94185cfd83b454c8a24.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport SolutionPage from 'components/pages/SolutionPage';\n\nconst seo = {\n title: 'Q°emotion – Classer les irritants et optimiser le parcours client',\n keywords: [\n 'Attrition',\n 'Taux d’attrition',\n 'Churn rate',\n 'Rétention client',\n 'Intelligence artificielle',\n 'Parcours client',\n 'Analyse émotions',\n 'Voix du client',\n 'Verbatim',\n ],\n description:\n \"Vous avez besoin de hiérarchiser les irritants de vos parcours client ? Identifiez de nouveaux insights et réduisez votre taux d'attrition avec le logiciel de Machine Learning Q°emotion\",\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: \"fr\" }\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: \"fr\" }\n component: { eq: \"block\" }\n }\n ) {\n rawMarkdownBody\n }\n imageSubintroBlock: allFile(\n filter: {\n relativeDirectory: { eq: \"bubbleImages\" }\n base: { in: [\"manPink.png\", \"dataPoints_fr.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: \"fr\" }\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/fr\"\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: \"fr\" }\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: \"fr\" }\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: \"fr\" }\n component: { eq: \"content\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n subTitle\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: \"fr\" }\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: \"fr\" }\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 dataBlockOperationTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"operationBlock\" }\n lang: { eq: \"fr\" }\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: \"fr\" }\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/fr\" } }\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: \"fr\" }\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: \"fr\" }\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/fr\"\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: \"fr\" }\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":""}