\n \n Promoting Inclusive Economic Development and Community Prosperity\n
\n \n \n
Our Services
\n
\n {posts.map(({ node }) => (\n // The tag below includes the markup for each post - components/common/PostCard.js\n \n ))}\n \n
\n \n >\n )\n}\n\nIndex.propTypes = {\n data: PropTypes.shape({\n allGhostPage: PropTypes.object.isRequired,\n }).isRequired,\n location: PropTypes.shape({\n pathname: PropTypes.string.isRequired,\n }).isRequired,\n pageContext: PropTypes.object,\n}\n\nexport default Index\n\n// This page query loads all posts sorted descending by published date\n// The `limit` and `skip` values are used for pagination\nexport const pageQuery = graphql`\n query GhostPostQuery {\n posts: allGhostPost(sort: {order: ASC, fields: published_at}, filter: {tags: {elemMatch: {slug: {eq: \"our-services\"}}}}) {\n edges {\n node {\n id\n feature_image\n excerpt\n title\n slug\n }\n }\n } \n page: allGhostPage(filter: {slug: {eq: \"home\"}}) {\n edges {\n node {\n id\n html\n }\n }\n }\n }\n`\n"],"sourceRoot":""}