{"version":3,"sources":["webpack:///./src/pages/pricing/index.en.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"8LAIMA,EAAM,CACVC,MAAO,wCACPC,SAAU,GACVC,YACE,8JAGW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,eAAaJ,IAAKA,GAASI,KAE5C,IAAMC,EAAS","file":"component---src-pages-pricing-index-en-js-abc18156b65c31f7e3dc.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport PricingPage from 'components/pages/PricingPage';\n\nconst seo = {\n title: 'Q°emotion – Pricing and subscriptions',\n keywords: [],\n description:\n 'Pay little and earn a lot. Improve your customer experience with Q°emotion at a price that matches your needs. Monthly or annual subscription. Free trial.',\n};\n\nexport default props => ;\n\nexport const pageQuery = graphql`\n query {\n dataSyntheticPricing: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"pricing\" }\n blockType: { eq: \"syntheticPricingBlock\" }\n lang: { eq: \"en\" }\n name: { ne: \"Emotion Plus\" }\n }\n }\n ) {\n nodes {\n frontmatter {\n index\n name\n benchmarkCount\n billedAnnualPrice\n categoriesMax\n commentsPerMonth\n commentsPerYear\n customerJourney\n dataCollection\n isCorporate\n liveSupport\n pricePerComment\n supportPriority\n reportingCount\n userCount\n annualPrice\n monthlyPrice\n }\n }\n }\n dataDetailedPricing: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"pricing\" }\n blockType: { eq: \"detailedPricingBlock\" }\n lang: { eq: \"en\" }\n name: { ne: \"Emotion Plus\"}\n }\n }\n ) {\n nodes {\n frontmatter {\n index\n name\n pricePerComment\n monthlyPrice\n annualPrice\n billedAnnualPrice\n commentsPerYear\n commentsPerMonth\n categoriesMax\n customerJourney\n dataCollection\n automatedScheduler\n generalModules\n customerJourneyModule\n emotionalMapping\n alertModule\n insightModule\n benchmarkCount\n reportingCount\n userCount\n resultsDelivery\n fileImport\n fileSpecs\n yourSurveys\n tripadvisor\n googleMyBusiness\n amazonReviews\n otherWebReviews\n zendesk\n emails\n chatConversations\n socialNetworks\n blogs\n liveSupport\n helpCenter\n ticketsPriority\n }\n }\n }\n dataQuestionsFaqBlock: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"pricing\" }\n blockType: { eq: \"faqBlock\" }\n lang: { eq: \"en\" }\n index: { gte: 1 }\n }\n }\n sort: { fields: [frontmatter___index] }\n ) {\n nodes {\n rawMarkdownBody\n html\n frontmatter {\n title\n }\n }\n }\n dataFooterFaqBlock: markdownRemark(\n frontmatter: {\n pageType: { eq: \"pricing\" }\n blockType: { eq: \"faqBlock\" }\n lang: { eq: \"en\" }\n index: { eq: 0 }\n }\n ) {\n html\n }\n dataBlockLinkBody: allMarkdownRemark(\n filter: {\n frontmatter: {\n pageType: { eq: \"pricing\" }\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 }\n`;\n"],"sourceRoot":""}