{"version":3,"file":"component---src-pages-features-design-and-customize-js-53c81162b7ff0a778a07.js","mappings":"gJA0BA,UAtBeA,IAUS,IAVR,KACKC,EACAC,MACIC,sBAAsB,MACpBC,EAAK,QACLC,EAAO,SACPC,EAAQ,iBACRC,KAGTP,EACd,OACIQ,EAAAA,cAACC,EAAAA,EAAkB,CACfR,KAAMA,EACNS,MAAON,EACPO,QAASN,EACTO,SAAU,CAAEF,MAAOJ,EAAUO,YAAaN,IAC5C,C","sources":["webpack://SlatePages/./src/pages/features/design-and-customize.js"],"sourcesContent":["import React from \"react\";\nimport { graphql } from \"gatsby\";\nimport PageWithCmsWrapper from \"../../components/shared/page-with-cms-wrapper\";\n\nconst Design = ({\n                     path,\n                     data: {\n                         strapiFeaturesDesign: {\n                           Title,\n                           Content,\n                           SeoTitle,\n                           MetaDescriptions,\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\n\nexport default Design;\n\nexport const query = graphql`\n  query FeaturesDesignQuery {\n    strapiFeaturesDesign {\n      Title\n      Content\n      SeoTitle\n      MetaDescriptions\n    }\n  }\n`;\n"],"names":["_ref","path","data","strapiFeaturesDesign","Title","Content","SeoTitle","MetaDescriptions","React","PageWithCmsWrapper","title","content","seoProps","description"],"sourceRoot":""}