{"version":3,"sources":["webpack:///./src/pages/aboutUs/index.fr.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MAAO,8DACPC,SAAU,CACR,YACA,YACA,SACA,wBACA,UACA,UACA,eAEFC,YACE,+IAIW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAkBA,EAAlB,CAAyBJ,IAAKA,MAE/C,IAAMK,EAAS","file":"component---src-pages-about-us-index-fr-js-8bfbbe5c218041cf9ee9.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport QemotionPage from 'components/pages/QemotionPage';\n\nconst seo = {\n title: 'Q°emotion – Découvrez notre équipe et le projet Q°emotion !',\n keywords: [\n 'Q°emotion',\n 'Fondateur',\n 'Equipe',\n 'Outil analyse emotion',\n 'Contact',\n 'Adresse',\n 'Recrutement',\n ],\n description:\n 'Ils ont créé une IA capable d’analyser les émotions de vos clients.\\n' +\n 'Qui sont-ils ? Pourquoi ce projet ? Découvrez l’histoire 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: \"fr\" }\n component: { eq: \"title\" }\n }\n ) {\n rawMarkdownBody\n }\n dataBlockIntro: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n lang: { eq: \"fr\" }\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: 500, 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: 500, 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: 400, quality: 100) {\n presentationWidth\n ...GatsbyImageSharpFluid_withWebp_noBase64\n }\n }\n }\n }\n dataBlockTeam: markdownRemark(\n frontmatter: {\n pageType: { eq: \"qemotion\" }\n lang: { eq: \"fr\" }\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: \"fr\" }\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: \"fr\" }\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: \"fr\" }\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: \"fr\" }\n }\n ) {\n rawMarkdownBody\n frontmatter {\n title\n color\n link\n }\n }\n }\n`;\n"],"sourceRoot":""}