{"version":3,"sources":["webpack:///./src/pages/aboutUs/index.es.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MAAO,sEACPC,SAAU,CACR,YACA,WACA,SACA,oCACA,WACA,YACA,eACA,iBAEFC,YACE,iJAIW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAoBA,EAApB,CAA2BJ,IAAKA,MAEjD,IAAMK,EAAS","file":"component---src-pages-about-us-index-es-js-8ff4dc9920c8d9baed2e.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport QemotionLayout from 'components/pages/QemotionPage';\n\nconst seo = {\n title: 'Q°emotion - ¡Conoce a nuestro equipo y aprende más sobre Q°emotion!',\n keywords: [\n 'Q°emotion',\n 'Fundador',\n 'Equipo',\n 'Herramienta de análisis emocional',\n 'Contacto',\n 'Dirección',\n 'Contratación',\n 'Reclutamiento',\n ],\n description:\n 'Han creado una IA que puede analizar las emociones de sus clientes.\\n' +\n '¿Quiénes son? ¿Por qué este proyecto? Descubre la historia de Q°emotion.',\n};\n\nexport default props => ;\n\nexport const pageQuery = graphql`\n query {\n dataBlockIntroTitle: markdownRemark(\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n blockType: { eq: \"introBlock\" }\n lang: { eq: \"es\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n dataBlockIntro: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n lang: { eq: \"es\" }\n blockType: { eq: \"introBlock\" }\n component: { eq: \"staff\" }\n }\n }\n sort: { fields: frontmatter___order }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n role\n name\n order\n socialNetwork {\n twitter\n linkedin\n }\n }\n }\n }\n imageIntroLeftBlock: allFile(\n filter: {\n relativeDirectory: { eq: \"team/intro\" }\n base: { in: [\"1_left.png\", \"2_left.png\", \"3_left.png\", \"4_left.png\"] }\n }\n sort: { fields: [base] }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 420, quality: 100) {\n presentationWidth\n ...GatsbyImageSharpFluid_withWebp_noBase64\n }\n }\n }\n }\n imageIntroRightBlock: allFile(\n filter: {\n relativeDirectory: { eq: \"team/intro\" }\n base: {\n in: [\"2_right.png\", \"3_right.png\", \"4_right.png\", \"5_right.png\"]\n }\n }\n sort: { fields: [base] }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 420, quality: 100) {\n presentationWidth\n ...GatsbyImageSharpFluid_withWebp_noBase64\n }\n }\n }\n }\n imageTeamBlock: allFile(\n filter: { relativeDirectory: { eq: \"team\" } }\n sort: { fields: [base] }\n ) {\n nodes {\n base\n childImageSharp {\n fluid(maxWidth: 250, quality: 100) {\n presentationWidth\n ...GatsbyImageSharpFluid_withWebp_noBase64\n }\n }\n }\n }\n dataBlockTeam: markdownRemark(\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n lang: { eq: \"es\" }\n blockType: { eq: \"teamBlock\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n color\n link\n title\n }\n }\n dataBlockDescription: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n lang: { eq: \"es\" }\n blockType: { eq: \"descriptionBlock\" }\n }\n }\n sort: { fields: frontmatter___order }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n title\n subTitle\n component\n }\n }\n }\n dataBlockContact: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n lang: { eq: \"es\" }\n blockType: { eq: \"contactBlock\" }\n component: { eq: \"address\" }\n }\n }\n sort: { fields: [frontmatter___idBlock] }\n ) {\n nodes {\n rawMarkdownBody\n frontmatter {\n title\n }\n }\n }\n dataContactUsBlockContact: markdownRemark(\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n blockType: { eq: \"contactBlock\" }\n lang: { eq: \"es\" }\n component: { eq: \"contact\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n title\n }\n }\n dataBlockBlog: markdownRemark(\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n blockType: { eq: \"blogBlock\" }\n lang: { eq: \"es\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n title\n color\n link\n }\n }\n }\n`;\n"],"sourceRoot":""}