{"version":3,"file":"component---src-templates-page-js-af41e08a516e39f67228.js","mappings":"gMAMe,SAASA,EAAT,GAAyB,IAAD,EAC/BC,EAD+B,EAARC,KACXC,UAAUC,MAAM,GAClC,OACE,gBAAC,IAAD,CAAQC,UAAS,QAAUJ,EAAKK,MAC9B,gBAAC,KAAD,CAAKC,KAAMN,IACd,+BACD,gBAAC,IAAD,CAASO,QAAO,UAAEP,EAAKO,eAAP,aAAE,EAAcC,YAAaR,KAAMA,EAAKK","sources":["webpack://landbay/./src/templates/page.js"],"sourcesContent":["import React from \"react\"\nimport { graphql } from \"gatsby\"\nimport Layout from '../components/Layout' \nimport Widgets from '../components/widgets/Widgets' \nimport Seo from 'gatsby-plugin-wpgraphql-seo';\n\nexport default function Page({ data }) {\n const page = data.allWpPage.nodes[0];\n return (\n \n \n\t
\n\t\t\t\n\t
\n
\n )\n}\nexport const query = graphql`\n query($id: String!) {\n allWpPage(filter: { id: { eq: $id } }) {\n nodes {\n title\n\t\tslug\n\t\t...WidgetFragment\n ...PageSEOFragment\n }\n }\n }\n`"],"names":["Page","page","data","allWpPage","nodes","className","slug","post","widgets","pageWidgets"],"sourceRoot":""}