{"version":3,"sources":["webpack:///./src/pages/demoRequest/index.en.js"],"names":["seo","title","description","keywords","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MAAO,iDACPC,YACE,2GACFC,SAAU,IAGG,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAqBA,EAArB,CAA4BJ,IAAKA,MAElD,IAAMK,EAAS","file":"component---src-pages-demo-request-index-en-js-e2c956792199ed29be3a.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport DemoRequestPage from 'components/pages/DemoRequestPage';\n\nconst seo = {\n title: 'Contact our team and enjoy a personalized demo',\n description:\n 'You have questions regarding Q°emotion? Contact our team to learn more and enjoy a demo of our solution.',\n keywords: [],\n};\n\nexport default props => ;\n\nexport const pageQuery = graphql`\n query {\n textBlockData: markdownRemark(\n frontmatter: {\n pageType: { eq: \"demoRequest\" }\n blockType: { eq: \"textBlock\" }\n lang: { eq: \"en\" }\n }\n ) {\n html\n }\n formBlockData: markdownRemark(\n frontmatter: {\n pageType: { eq: \"demoRequest\" }\n blockType: { eq: \"formBlock\" }\n lang: { eq: \"en\" }\n }\n ) {\n html\n }\n dataTestimonialBlock: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"solutionMarketing\" }\n blockType: { eq: \"testimonialBlock\" }\n lang: { eq: \"en\" }\n }\n }\n sort: { order: ASC, fields: [frontmatter___order] }\n limit: 1\n ) {\n nodes {\n html\n rawMarkdownBody\n frontmatter {\n author\n role\n image\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: { eq: \"solutionPage/analyseVerbatim/testimonialBlock\" }\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 dataBlockLinkBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"clientCase\" }\n blockType: { eq: \"linkBlock\" }\n lang: { eq: \"en\" }\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 dataMessage: markdownRemark(\n frontmatter: { pageType: { eq: \"confirmDemo\" }, lang: { eq: \"en\" } }\n ) {\n rawMarkdownBody\n }\n imagesLogosBlock: allFile(\n filter: { relativeDirectory: { eq: \"indexPage/subIntroBlock/blockClients\" }, base: { in: [\"maif.png\", \"tui.png\", \"loreal.png\", \"credit_agricole.png\", \"heineken_experience_green.png\", \"belambra.png\"] } }\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 }\n`;\n"],"sourceRoot":""}