{"version":3,"sources":["webpack:///./src/pages/clientCase/index.es.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MAAO,8BACPC,SAAU,CACR,kBACA,2BACA,MACA,gBACA,4BACA,KACA,8BACA,wBACA,yBACA,wCAEFC,YACE,iFAGW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAoBA,EAApB,CAA2BJ,IAAKA,MAEjD,IAAMK,EAAS","file":"component---src-pages-client-case-index-es-js-4e6d78c3754e68c068f7.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport ClientCasePage from 'components/pages/ClientCasePage';\n\nconst seo = {\n title: 'Q°emotion - Casos prácticos',\n keywords: [\n 'Estudio de caso',\n 'Testimonio de un cliente',\n 'ROI',\n 'Solución SaaS',\n 'Análisis de las emociones',\n 'IA',\n 'Comentarios de los clientes',\n 'Herramienta Q°emotion',\n 'Datos conversacionales',\n 'Reducción de los índices de abandono',\n ],\n description:\n 'Comprender cómo funciona la herramienta Q°emotion a través de casos prácticos',\n};\n\nexport default props => ;\n\nexport const pageQuery = graphql`\n query {\n allData: allMarkdownRemark(\n filter: {\n frontmatter: { pageType: { eq: \"clientCase\" }, lang: { eq: \"es\" } }\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: \"es\" }\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: \"es\" }\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: \"es\" }\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: \"es\" }\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":""}