{"version":3,"file":"component---themes-main-themes-boseo-theme-src-pages-homepages-seo-jsx-e4d501e879507ea862f5.js","mappings":"8NAMA,EAJc,OAAH,UAAX,M,UCuGA,EApFgB,SAAC,GAAa,UAAXA,EAAW,EAAXA,KACTC,GAAUC,EAAAA,EAAAA,iBAAeF,MAAAA,GAAA,UAAAA,EAAMG,YAAN,eAAYF,UAAW,IAEtD,OACI,QAAC,KAAD,CAAQG,MAAOC,IACX,QAAC,IAAD,CAAKC,SAAS,SACd,QAAC,KAAD,CACIN,KAAI,iBAAOA,EAAKO,OAAWP,EAAKQ,WAAeR,EAAKS,YAExD,QAAC,KAAD,CAAQT,KAAMC,MAAAA,OAAF,EAAEA,EAAU,mBACxB,QAAC,KAAD,CAAWD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,sBAC3B,QAAC,KAAD,CAASD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,oBACzB,QAAC,KAAD,CAAWD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,sBAC3B,QAAC,KAAD,CACID,KAAI,iBACGC,MAAAA,OADH,EACGA,EAAU,mBADb,CAEAS,MAAOV,MAAAA,GAAF,UAAEA,EAAMW,kBAAR,aAAE,EAAkBC,WAGjC,QAAC,KAAD,CAAeZ,KAAMC,MAAAA,OAAF,EAAEA,EAAU,0BAC/B,QAAC,KAAD,CAAUD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,qBAC1B,QAAC,KAAD,CAAWD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,sBAC3B,QAAC,KAAD,CAAWD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,sBAC3B,QAAC,KAAD,CACID,KAAI,iBACGC,MAAAA,OADH,EACGA,EAAU,mBADb,CAEAY,MAAOb,MAAAA,GAAF,UAAEA,EAAMc,kBAAR,aAAE,EAAkBF,WAGjC,QAAC,KAAD,CAAcZ,KAAMC,MAAAA,OAAF,EAAEA,EAAU,yBAC9B,QAAC,KAAD,CAAUD,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMe,OAAWf,MAAAA,OAAxB,EAAwBA,EAAMS","sources":["webpack://local-demo/../../themes/main-themes/boseo-theme/src/themes/seo-theme.js","webpack://local-demo/../../themes/main-themes/boseo-theme/src/pages/homepages/seo.jsx"],"sourcesContent":["import { seoTheme } from \"@boseo/shared/themes\";\n\nconst theme = {\n ...seoTheme,\n};\n\nexport default theme;\n","import React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { graphql } from \"gatsby\";\nimport { normalizedData } from \"@boseo/helper/methods\";\nimport { SEO } from \"gatsby-theme-core\";\nimport { Layout, Header03, Footer03 } from \"gatsby-theme-layout\";\nimport {\n Hero03,\n Service03,\n About02,\n FunFact01,\n Project03,\n Testimonial03,\n Client03,\n Pricing02,\n Divider02,\n Article03,\n Newsletter01,\n} from \"gatsby-theme-container\";\nimport seoTheme from \"../../themes/seo-theme\";\n\nconst SeoHome = ({ data }) => {\n const content = normalizedData(data?.page?.content || []);\n\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport const query = graphql`\n query SeoHomeQuery {\n header: general(section: { eq: \"header-03\" }) {\n ...Header01\n }\n navigation: general(section: { eq: \"menu\" }) {\n ...Menu01\n }\n footer: general(section: { eq: \"footer-03\" }) {\n ...Footer01\n }\n contact: general(section: { eq: \"contact\" }) {\n ...Contact01\n }\n page(title: { eq: \"seo\" }) {\n content {\n ...PageContent\n }\n }\n allProject {\n nodes {\n ...Project03\n }\n }\n allArticle(limit: 5) {\n nodes {\n ...Article01\n }\n }\n }\n`;\n\nSeoHome.propTypes = {\n data: PropTypes.shape({\n header: PropTypes.shape({}),\n navigation: PropTypes.shape({}),\n footer: PropTypes.shape({}),\n contact: PropTypes.shape({}),\n page: PropTypes.shape({\n content: PropTypes.arrayOf(PropTypes.shape({})),\n }),\n allProject: PropTypes.shape({\n nodes: PropTypes.arrayOf(PropTypes.shape({})),\n }),\n allArticle: PropTypes.shape({\n nodes: PropTypes.arrayOf(PropTypes.shape({})),\n }),\n }),\n};\nexport default SeoHome;\n"],"names":["data","content","normalizedData","page","theme","seoTheme","pageName","header","navigation","contact","items","allProject","nodes","blogs","allArticle","footer"],"sourceRoot":""}