{"version":3,"file":"component---src-pages-index-jsx-77e990f4e08914fea676.js","mappings":"8LAGe,SAASA,EAASC,GAAqB,IAApB,SAAEC,EAAQ,IAAEC,GAAKF,EACjD,MAAMG,EAAQ,gBAAgBD,EAAIE,aAElC,OACEC,EAAAA,cAACC,EAAAA,GAAM,CAACC,UAAU,YAAYL,IAAKA,GACjCG,EAAAA,cAACG,EAAAA,GAAG,CAACL,MAAOA,IACXF,EAASQ,KAAI,CAACC,EAASC,IACtBN,EAAAA,cAACO,EAAAA,GAAU,CAACC,IAAKF,EAAGD,QAASA,EAASI,KAAY,IAANH,MAIpD,C,cCRA,MAAMI,EAAK,aAmBI,SAASC,EAAKhB,GAAY,IAAX,KAAEiB,GAAMjB,EACpC,MAAM,kBAAEkB,IAAsBC,EAAAA,EAAAA,gBAAeJ,IACvC,SACJd,EACAC,KAAMkB,IACJF,EAEJ,OACEb,EAAAA,cAACgB,EAAAA,GAAI,CAACJ,KAAMA,GACVZ,EAAAA,cAACN,EAAS,CAACE,SAAUA,EAAUC,IAAKkB,IAG1C,C","sources":["webpack://@insightarc/site/./src/containers/IndexPage.jsx","webpack://@insightarc/site/./src/pages/index.jsx"],"sourcesContent":["import React from 'react';\nimport { CMSSection, Layout, Seo } from '../components';\n\nexport default function IndexPage({ sections, seo }) {\n const title = `InsightArc - ${seo.meta_title}`;\n\n return (\n \n \n {sections.map((section, i) => (\n \n ))}\n \n );\n}\n","import React from 'react';\n\nimport { Page } from '../components';\nimport IndexPage from '../containers/IndexPage';\nimport { graphql, useStaticQuery } from 'gatsby';\n\nconst query = graphql`\n query IndexPageQuery {\n strapiLandingPage {\n sections\n seo {\n id\n keywords\n title_prefix\n title_postfix\n meta_description\n meta_title\n meta_image {\n url\n }\n }\n }\n }\n`;\n\nexport default function Index({ path }) {\n const { strapiLandingPage } = useStaticQuery(query);\n const {\n sections,\n seo: [seoData],\n } = strapiLandingPage;\n\n return (\n \n \n \n );\n}\n"],"names":["IndexPage","_ref","sections","seo","title","meta_title","React","Layout","className","Seo","map","section","i","CMSSection","key","lazy","query","Index","path","strapiLandingPage","useStaticQuery","seoData","Page"],"sourceRoot":""}