{"version":3,"file":"component---src-pages-features-index-js-88bbbf8b9b8fb1cdb2e1.js","mappings":"+IA0BA,UAtBiBA,IAUS,IAVR,KACGC,EACAC,MACEC,gBAAgB,MACdC,EAAK,QACLC,EAAO,SACPC,EAAQ,iBACRC,KAGLP,EAElB,OACEQ,EAAAA,cAACC,EAAAA,EAAkB,CACjBR,KAAMA,EACNS,MAAON,EACPO,QAASN,EACTO,SAAU,CAAEF,MAAOJ,EAAUO,YAAaN,IAC1C,C","sources":["webpack://SlatePages/./src/pages/features/index.js"],"sourcesContent":["import React from \"react\";\nimport { graphql } from \"gatsby\";\nimport PageWithCmsWrapper from \"../../components/shared/page-with-cms-wrapper\";\n\nconst Features = ({\n path,\n data: {\n strapiFeatures: {\n Title,\n Content,\n SeoTitle,\n MetaDescriptions,\n },\n },\n }) => {\n\n return (\n <PageWithCmsWrapper\n path={path}\n title={Title}\n content={Content}\n seoProps={{ title: SeoTitle, description: MetaDescriptions}}\n />\n );\n};\n\nexport default Features;\n\nexport const query = graphql`\n query FeaturesQuery {\n strapiFeatures {\n Title\n Content\n SeoTitle\n MetaDescriptions\n }\n }\n`;\n"],"names":["_ref","path","data","strapiFeatures","Title","Content","SeoTitle","MetaDescriptions","React","PageWithCmsWrapper","title","content","seoProps","description"],"sourceRoot":""}