{"version":3,"sources":["webpack:///./src/pages/index.es.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MACE,8EACFC,SAAU,CACR,qBACA,KACA,gBACA,YACA,sBACA,8BACA,cACA,YAEFC,YACE,wJAIW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAeA,EAAf,CAAsBJ,IAAKA,MAE5C,IAAMK,EAAS","file":"component---src-pages-index-es-js-5741c87aba843c2e9f51.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport IndexPage from 'components/pages/IndexPage';\n\nconst seo = {\n title:\n 'Q°emotion – Análisis emocional y semántico de las opiniones de los clientes',\n keywords: [\n 'Análisis emocional',\n 'IA',\n 'Solución SaaS',\n 'Q emotion',\n 'Opinión del cliente',\n 'Comentarios de los clientes',\n 'Comentarios',\n 'Verbatim',\n ],\n description:\n '¿Qué piensan sus clientes de su marca?\\n' +\n 'Descubra cómo la IA y el análisis de las emociones le ayudan a analizar sus opiniones para hacer el trabajo.',\n};\n\nexport default props => ;\n\nexport const pageQuery = graphql`\n query {\n dataBlockIntro: markdownRemark(\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"introBlock\" }\n lang: { eq: \"es\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n title\n }\n }\n dataBlockSubintro: markdownRemark(\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"subintroBlock\" }\n lang: { eq: \"es\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n subTitle\n }\n }\n imageSubintroBlock: allFile(\n filter: {\n relativeDirectory: { eq: \"indexPage/subIntroBlock/blockImage\" }\n }\n sort: { fields: [base] }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 550, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n dataImageMinLeftSubintro: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"subintroBlock\" }\n component: { eq: \"imageMinLeft\" }\n }\n }\n sort: { fields: [frontmatter___relatedImage] }\n ) {\n nodes {\n frontmatter {\n relatedImage\n }\n }\n }\n dataImageMinRightSubintro: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"subintroBlock\" }\n component: { eq: \"imageMinRight\" }\n }\n }\n sort: { fields: [frontmatter___relatedImage] }\n ) {\n nodes {\n frontmatter {\n relatedImage\n }\n }\n }\n dataTestimonialBlock: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"solutionMarketing\" }\n blockType: { eq: \"testimonialBlock\" }\n lang: { eq: \"es\" }\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: { relativeDirectory: { eq: \"bubbleImages\" }, base: { in: [] } }\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 imageMinSubintroBlock: 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: 100, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n imageClientSubintroBlock: allFile(\n filter: {\n relativeDirectory: { eq: \"indexPage/subIntroBlock/blockClients\" }\n }\n sort: { fields: [base] }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 120, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n dataBlockActionBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"actionBlock\" }\n lang: { eq: \"es\" }\n component: { eq: \"block\" }\n }\n }\n sort: { fields: [frontmatter___numBlockAction] }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n numBlockAction\n component\n }\n }\n }\n dataBlockActionTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"actionBlock\" }\n lang: { eq: \"es\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n imageActionBlock: file(\n relativeDirectory: { eq: \"indexPage/actionBlock/es\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 350, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n dataBlockOperationTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"operationBlock\" }\n lang: { eq: \"es\" }\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: \"es\" }\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/es\" } }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 300, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n dataBlockLinkBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"indexPage\" }\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 dataBlockVideoTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"videoBlock\" }\n lang: { eq: \"es\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n dataBlockVideoBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"indexPage\" }\n blockType: { eq: \"videoBlock\" }\n lang: { eq: \"es\" }\n component: { eq: \"slide\" }\n }\n }\n sort: { fields: [frontmatter___numSlide] }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n numSlide\n relatedImage\n link\n }\n }\n }\n imageVideoBlock: allFile(\n filter: { relativeDirectory: { eq: \"indexPage/videoBlock/slides\" } }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 150, quality: 100) {\n ...GatsbyImageSharpFluid_withWebp_noBase64\n presentationWidth\n }\n }\n }\n }\n }\n`;\n"],"sourceRoot":""}