{"version":3,"file":"component---themes-main-themes-boseo-theme-src-pages-innerpages-service-jsx-20d231d131b7a9539ff6.js","mappings":"kIAEMA,EAAQ,OAAH,UAAX,MAIA,O,kGCiEA,UAvDoB,SAAC,GAAa,MAAXC,EAAW,EAAXA,KACbC,GAAUC,EAAAA,EAAAA,iBAAeF,MAAAA,GAAA,UAAAA,EAAMG,YAAN,eAAYF,UAAW,IAEtD,OACI,QAAC,KAAD,CAAQF,MAAOK,EAAAA,IACX,QAAC,IAAD,CAAKC,SAAS,aACd,QAAC,KAAD,CAAUC,WAAS,EAACN,KAAI,iBAAOA,EAAKO,OAAWP,EAAKQ,eACpD,QAAC,KAAD,CAAcR,KAAMC,MAAAA,OAAF,EAAEA,EAAU,0BAC9B,QAAC,KAAD,CAAWD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,sBAC3B,QAAC,KAAD,CACIQ,GAAI,CAAEC,GAAI,UACVV,KAAMC,MAAAA,OAAF,EAAEA,EAAU,sBAEpB,QAAC,KAAD,CAAWD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,sBAC3B,QAAC,KAAD,CAAcD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,yBAC9B,QAAC,KAAD,CAAOD,KAAMC,MAAAA,OAAF,EAAEA,EAAU,kBACvB,QAAC,KAAD,CAAUD,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMW,OAAWX,MAAAA,OAAxB,EAAwBA,EAAMY","sources":["webpack://local-demo/./src/gatsby-theme-boseo/themes/base-theme.js","webpack://local-demo/../../themes/main-themes/boseo-theme/src/pages/innerpages/service.jsx"],"sourcesContent":["import { baseTheme } from \"@boseo/shared/themes\";\n\nconst theme = {\n ...baseTheme,\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, Header01, Footer01 } from \"gatsby-theme-layout\";\nimport {\n PageHeader04,\n Divider03,\n Service01,\n Pricing03,\n Newsletter02,\n Faq02,\n} from \"gatsby-theme-container\";\nimport baseTheme from \"../../themes/base-theme\";\n\nconst ServicePage = ({ 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\nexport const query = graphql`\n query ServicePageQuery {\n header: general(section: { eq: \"header-01\" }) {\n ...Header01\n }\n navigation: general(section: { eq: \"menu\" }) {\n ...Menu01\n }\n footer: general(section: { eq: \"footer-01\" }) {\n ...Footer01\n }\n contact: general(section: { eq: \"contact\" }) {\n ...Contact01\n }\n page(title: { eq: \"service\" }) {\n content {\n ...PageContent\n }\n }\n }\n`;\n\nServicePage.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 }),\n};\n\nexport default ServicePage;\n"],"names":["theme","data","content","normalizedData","page","baseTheme","pageName","hasBorder","header","navigation","sx","bg","footer","contact"],"sourceRoot":""}