{"version":3,"file":"component---src-templates-home-page-tsx-e16b87eede5055a6418a.js","mappings":"uJAaA,UARiB,SAAC,GAAmD,IAAzCA,EAAyC,EAAjDC,KAAQD,KAAQE,EAAiC,EAAjCA,SAAUC,EAAuB,EAAvBA,YACvBC,EAAgBJ,EAA7BK,YAER,OACE,gBAAC,KAAD,CAAYD,YAAaA,EAAaE,KAAMJ,EAASK,SAAUC,OAAQL,EAAYK","sources":["webpack://norion-landing/./src/templates/HomePage.tsx"],"sourcesContent":["import React from 'react';\nimport { graphql } from 'gatsby';\n// pages components\nimport { HomeLayout } from 'pages-components/home';\n\nconst HomePage = ({ data: { page }, location, pageContext }: any) => {\n const { frontmatter: frontMatter } = page;\n\n return (\n \n );\n};\n\nexport default HomePage;\n\nexport const pageQuery = graphql`\n query ($id: String!) {\n page: mdx(id: { eq: $id }) {\n frontmatter {\n title\n slug\n metadata {\n title\n description\n og_title\n og_description\n og_type\n og_image {\n publicURL\n name\n }\n fb_app_id\n twitter_card\n twitter_creator\n twitter_title\n twitter_description\n twitter_image {\n publicURL\n name\n }\n twitter_url\n keywords\n }\n heading {\n title\n subtitle\n titleChangeWords\n logos {\n show\n images {\n src {\n publicURL\n name\n }\n alt\n title\n }\n additionalContent\n }\n slider {\n text\n image {\n src {\n publicURL\n name\n }\n alt\n title\n }\n category\n }\n }\n sections {\n tokenization {\n show\n topButtons {\n text\n link\n icon {\n src {\n publicURL\n name\n }\n alt\n title\n }\n }\n contentButtons {\n text\n link\n }\n imageBottom {\n src {\n publicURL\n name\n }\n alt\n title\n }\n }\n democraticAccess {\n show\n }\n friendlyEcosystem {\n show\n image {\n src {\n publicURL\n name\n }\n alt\n title\n }\n }\n spaceForCommunity {\n show\n image {\n src {\n publicURL\n name\n }\n alt\n title\n }\n }\n wroteAboutUs {\n show\n images {\n src {\n publicURL\n name\n }\n alt\n title\n }\n }\n capabilities {\n show\n }\n supportDevelopment {\n show\n image {\n src {\n publicURL\n name\n }\n alt\n title\n }\n }\n }\n }\n }\n }\n`;\n"],"names":["page","data","location","pageContext","frontMatter","frontmatter","path","pathname","locale"],"sourceRoot":""}