diff --git a/gatsby-node.js b/gatsby-node.js index 04e0284..6581868 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -16,6 +16,48 @@ exports.createPages = ({ boundActionCreators, graphql }) => { path date title + image + heading + description + intro { + blurbs { + image + text + } + heading + description + } + main { + heading + description + image1 { + alt + image + } + image2 { + alt + image + } + image3 { + alt + image + } + } + testimonials { + author + quote + } + full_image + pricing { + heading + description + plans { + description + items + plan + price + } + } } } } diff --git a/src/components/Features.js b/src/components/Features.js new file mode 100644 index 0000000..030db59 --- /dev/null +++ b/src/components/Features.js @@ -0,0 +1,18 @@ +import React from 'react'; + +const FeatureGrid = ({ gridItems }) => ( +
+
+
{item.text}
+