{"version":3,"file":"component---themes-main-themes-boseo-theme-src-pages-homepages-business-jsx-0b40677fab84ee0ec260.js","mappings":"8NAMA,EAJc,OAAH,UAAX,M,UCwGA,EAtFqB,SAAC,GAAa,UAAXA,EAAW,EAAXA,KACdC,GAAUC,EAAAA,EAAAA,iBAAeF,MAAAA,GAAA,UAAAA,EAAMG,YAAN,eAAYF,UAAW,IAEtD,OACI,QAAC,KAAD,CAAQG,MAAOC,IACX,QAAC,IAAD,CAAKC,SAAS,cACd,QAAC,KAAD,CACIN,KAAI,iBAAOA,EAAKO,OAAWP,EAAKQ,WAAeR,EAAKS,YAExD,QAAC,KAAD,CAAQT,KAAMC,MAAAA,OAAF,EAAEA,EAAU,mBACxB,QAAC,KAAD,CAAeD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,0BAC/B,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,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,CAAQD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,mBACxB,QAAC,KAAD,CACID,KAAI,iBACGC,MAAAA,OADH,EACGA,EAAU,mBADb,CAEAY,MAAOb,MAAAA,GAAF,UAAEA,EAAMc,kBAAR,aAAE,EAAkBF,WAGjC,QAAC,KAAD,CAAUZ,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMe,OAAWf,MAAAA,OAAxB,EAAwBA,EAAMS","sources":["webpack://local-demo/../../themes/main-themes/boseo-theme/src/themes/business-theme.js","webpack://local-demo/../../themes/main-themes/boseo-theme/src/pages/homepages/business.jsx"],"sourcesContent":["import { businessTheme } from \"@boseo/shared/themes\";\n\nconst theme = {\n ...businessTheme,\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, Header04, Footer01 } from \"gatsby-theme-layout\";\nimport {\n Hero04,\n ContactInfo01,\n Feature01,\n About03,\n Service04,\n FunFact02,\n Project04,\n Testimonial04,\n Team01,\n Article04,\n} from \"gatsby-theme-container\";\nimport businessTheme from \"../../themes/business-theme\";\n\nconst BusinessHome = ({ 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\nexport const query = graphql`\n query BusinessHomeQuery {\n header: general(section: { eq: \"header-04\" }) {\n ...Header01\n }\n navigation: general(section: { eq: \"menu\" }) {\n ...Menu01\n }\n footer: general(section: { eq: \"footer-04\" }) {\n ...Footer01\n }\n contact: general(section: { eq: \"contact\" }) {\n ...Contact01\n }\n page(title: { eq: \"business\" }) {\n content {\n ...PageContent\n }\n }\n allProject(limit: 3) {\n nodes {\n ...Project03\n }\n }\n allArticle(limit: 5) {\n nodes {\n ...Article01\n }\n }\n }\n`;\n\nBusinessHome.propTypes = {\n data: PropTypes.shape({\n header: PropTypes.shape({}),\n navigation: PropTypes.shape({}),\n footer: PropTypes.shape({}),\n contact: PropTypes.shape({\n contact_info: PropTypes.shape({}),\n socials: PropTypes.arrayOf(PropTypes.shape({})),\n }),\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 BusinessHome;\n"],"names":["data","content","normalizedData","page","theme","businessTheme","pageName","header","navigation","contact","items","allProject","nodes","blogs","allArticle","footer"],"sourceRoot":""}