{"version":3,"sources":["webpack:///./src/pages/clientCase/index.fr.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"8LAIMA,EAAM,CACVC,MAAO,2BACPC,SAAU,CACR,aACA,oBACA,MACA,gBACA,mBACA,KACA,eACA,kBACA,6BACA,iCAEFC,YACE,gFAGW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAoBA,EAApB,CAA2BJ,IAAKA,MAEjD,IAAMK,EAAS","file":"component---src-pages-client-case-index-fr-js-1d7356adb23dba23607c.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport ClientCasePage from 'components/pages/ClientCasePage';\n\nconst seo = {\n title: 'Q°emotion - Cas pratique',\n keywords: [\n 'Cas client',\n 'Témoignage client',\n 'ROI',\n 'Solution SaaS',\n 'Analyse emotions',\n 'IA',\n 'Avis clients',\n 'Outil Q°emotion',\n 'Données conversationnelles',\n \"Réduction du taux d'attrition\",\n ],\n description:\n 'Comprendre le fonctionnement de l’outil Q°emotion au travers de cas clients.',\n};\n\nexport default props => ;\n\nexport const pageQuery = graphql`\n query {\n allData: allMarkdownRemark(\n filter: {\n frontmatter: { pageType: { eq: \"clientCase\" }, lang: { eq: \"fr\" } }\n }\n sort: { fields: [frontmatter___idBlock] }\n ) {\n group(field: frontmatter___useCases) {\n nodes {\n rawMarkdownBody\n frontmatter {\n title\n blockType\n useCases\n subTitle\n component\n relatedImageLeft\n relatedImageRight\n infos\n }\n }\n }\n }\n allImages: allFile(filter: { relativeDirectory: { eq: \"bubbleImages\" } }) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 550, quality: 100) {\n presentationWidth\n ...GatsbyImageSharpFluid_withWebp_noBase64\n }\n }\n }\n }\n dataBlockIntroTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"clientCase\" }\n blockType: { eq: \"introBlock\" }\n component: { eq: \"title\" }\n lang: { eq: \"fr\" }\n }\n ) {\n rawMarkdownBody\n }\n dataBlockIntroBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"clientCase\" }\n blockType: { eq: \"introBlock\" }\n component: { eq: \"chips\" }\n lang: { eq: \"fr\" }\n }\n }\n sort: { fields: [frontmatter___idBlock] }\n ) {\n nodes {\n frontmatter {\n useCases\n active\n }\n }\n }\n dataBlockLinkBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"clientCase\" }\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 dataTestimonialClientCaseBlock: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"clientCase\" }\n blockType: { eq: \"testimonialBlock\" }\n lang: { eq: \"fr\" }\n useCases: {\n in: [\n \"heineken_experience\"\n \"transportation\"\n \"floa_bank\"\n \"richemont\"\n ]\n }\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 useCases\n imageName\n }\n }\n }\n imagesTestimonialClientCaseBlock: allFile(\n filter: {\n relativeDirectory: {\n eq: \"solutionPage/analyseVerbatim/testimonialBlock\"\n }\n name: {\n in: [\"corsair\", \"floa_bank\", \"heineken_experience\", \"richemont\"]\n }\n }\n ) {\n nodes {\n base\n name\n childImageSharp {\n fluid(maxWidth: 300, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n }\n`;\n"],"sourceRoot":""}