{"version":3,"sources":["webpack:///./src/pages/pricing/index.fr.js"],"names":["seo","title","keywords","description","props","pageQuery"],"mappings":"4LAIMA,EAAM,CACVC,MAAO,oCACPC,SAAU,GACVC,YACE,0KAGW,mBAAAC,GAAK,OAAI,kBAAC,IAAD,eAAaJ,IAAKA,GAASI,KAE5C,IAAMC,EAAS","file":"component---src-pages-pricing-index-fr-js-8f67a74a87a0e52b15ba.js","sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\nimport PricingPage from 'components/pages/PricingPage';\n\nconst seo = {\n title: 'Q°emotion – Tarifs et abonnements',\n keywords: [],\n description:\n 'Payez peu et gagnez beaucoup. Améliorez votre expérience client grâce à Q°emotion à un prix correspondant à vos besoins. Abonnement mensuels ou annuels. Test gratuit.',\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: \"fr\" }\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: \"fr\" }\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: \"fr\" }\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: \"fr\" }\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: \"fr\" }\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":""}