{"version":3,"file":"component---src-pages-solutions-index-js-63f67cc6f42c0eb90ff9.js","mappings":"gJA0BA,UAtBkBA,IAUM,IAVL,KACAC,EACAC,MACEC,iBAAiB,MACfC,EAAK,QACLC,EAAO,SACPC,EAAQ,iBACRC,KAGLP,EAEhB,OACEQ,EAAAA,cAACC,EAAAA,EAAkB,CACjBR,KAAMA,EACNS,MAAON,EACPO,QAASN,EACTO,SAAU,CAAEF,MAAOJ,EAAUO,YAAaN,IAC1C,C","sources":["webpack://SlatePages/./src/pages/solutions/index.js"],"sourcesContent":["import React from \"react\";\nimport { graphql } from \"gatsby\";\nimport PageWithCmsWrapper from \"../../components/shared/page-with-cms-wrapper\";\n\nconst Solutions = ({\n                   path,\n                   data: {\n                     strapiSolutions: {\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 Solutions;\n\nexport const query = graphql`\n  query SolutionsQuery {\n    strapiSolutions {\n      Title\n      Content\n      SeoTitle\n      MetaDescriptions\n    }\n  }\n`;\n"],"names":["_ref","path","data","strapiSolutions","Title","Content","SeoTitle","MetaDescriptions","React","PageWithCmsWrapper","title","content","seoProps","description"],"sourceRoot":""}