{"version":3,"sources":["webpack:///./src/pages/aboutUs/index.en.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MAAO,4DACPC,SAAU,CACR,YACA,UACA,OACA,0BACA,UACA,UACA,cACA,UAEFC,YACE,sIAIW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAoBA,EAApB,CAA2BJ,IAAKA,MAEjD,IAAMK,EAAS","file":"component---src-pages-about-us-index-en-js-032710af33bf180c1245.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport QemotionLayout from 'components/pages/QemotionPage';\n\nconst seo = {\n title: 'Q°emotion – Meet our team and learn more about Q°emotion!',\n keywords: [\n 'Q°emotion',\n 'Founder',\n 'Team',\n 'Emotional analysis tool',\n 'Contact',\n 'Address',\n 'Recruitment',\n 'Hiring',\n ],\n description:\n \"They have created an AI that can analyze your clients' emotions.\\n\" +\n 'Who are they? Why this project? Discover the story of 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: \"en\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n dataBlockIntro: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n lang: { eq: \"en\" }\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: \"en\" }\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: \"en\" }\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: \"en\" }\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: \"en\" }\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: \"en\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n title\n color\n link\n }\n }\n }\n`;\n"],"sourceRoot":""}