{"version":3,"sources":["webpack:///./src/pages/demoRequest/index.es.js"],"names":["seo","title","description","keywords","props","pageQuery"],"mappings":"8LAIMA,EAAM,CACVC,MACE,sFACFC,YACE,4JACFC,SAAU,IAGG,mBAAAC,GAAK,OAAI,kBAAC,IAAD,iBAAqBA,EAArB,CAA4BJ,IAAKA,MAElD,IAAMK,EAAS","file":"component---src-pages-demo-request-index-es-js-6cd67a15258976c5910e.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport DemoRequestPage from 'components/pages/DemoRequestPage';\n\nconst seo = {\n title:\n 'Póngase en contacto con nuestro equipo y disfrute de una demostración personalizada',\n description:\n '¿Tiene preguntas sobre Q°emotion? Póngase en contacto con nuestro equipo para obtener más información y disfrutar de una demostración de nuestra solución',\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: \"es\" }\n }\n ) {\n html\n }\n formBlockData: markdownRemark(\n frontmatter: {\n pageType: { eq: \"demoRequest\" }\n blockType: { eq: \"formBlock\" }\n lang: { eq: \"es\" }\n }\n ) {\n html\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 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: {\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 dataBlockLinkBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"clientCase\" }\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 dataMessage: markdownRemark(\n frontmatter: { pageType: { eq: \"confirmDemo\" }, lang: { eq: \"es\" } }\n ) {\n rawMarkdownBody\n }\n imagesLogosBlock: allFile(\n filter: {\n relativeDirectory: { eq: \"indexPage/subIntroBlock/blockClients\" }\n base: {\n in: [\n \"maif.png\"\n \"tui.png\"\n \"loreal.png\"\n \"credit_agricole.png\"\n \"heineken_experience_green.png\"\n \"belambra.png\"\n ]\n }\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 }\n`;\n"],"sourceRoot":""}