diff --git a/website/config/variables.js b/website/config/variables.js
index 7ed9569c..1e94420a 100644
--- a/website/config/variables.js
+++ b/website/config/variables.js
@@ -10,7 +10,7 @@ module.exports = {
grey: '#313D3E',
darkGrey: '#2F3132',
darkerGrey: '#1E1F21',
- blueGrey: '#D2D7E2',
+ blueGrey: '#BCC2CE',
lightGreen: '#97bf2f',
green: '#C9FA4B',
darkGreen: '#7CA511',
diff --git a/website/site/data/global.yaml b/website/site/data/global.yaml
index 58255cc0..4313f631 100644
--- a/website/site/data/global.yaml
+++ b/website/site/data/global.yaml
@@ -1,13 +1,8 @@
---
footer:
- hook: |
- Host faster.
- Manage easier.
- Smile bigger.
- headline: "Netlify is your one-stop web dev solution."
- body: "Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibu."
- cta:
- secondarycta:
- copy: "Try it now FREE"
- link: "/intro"
+ buttons:
+ - name: "Twitter"
+ url: "https://twitter.com/netlifycms"
+ - name: "GitHub"
+ url: "https://github.com/netlify/netlify-cms"
---
diff --git a/website/site/data/landing.yaml b/website/site/data/landing.yaml
index b3a2f525..47350a93 100644
--- a/website/site/data/landing.yaml
+++ b/website/site/data/landing.yaml
@@ -1,6 +1,6 @@
---
hero:
- headline: "Open source content management for your Git workflow"
+ headline: "Open source content management for your Git workflow"
subhead: "Use Netlify CMS with any static site generator for a faster and more flexible web project"
devfeatures:
- feature: "Static + content management = ♥"
@@ -21,35 +21,23 @@ editors:
features:
- feature: "Editor-friendly user interface"
description: "The web-based app includes rich-text editing, real-time preview, and drag-and-drop media uploads."
- imgpath: "/img/screenshot-editor.png"
+ imgpath: "/img/feature-editor.svg"
- feature: "Intuitive workflow for content teams"
description: "Writers and editors can easily manage content from draft to review to publish across any number of custom content types."
- imgpath: "/img/screenshot-editorial.png"
- - feature: "Instant access, without a GitHub account"
+ imgpath: "/img/feature-workflow.svg"
+ - feature: "Instant access without GitHub account"
description: "With [Git Gateway](/docs/authentication-backends/#git-gateway-with-netlify-identity), you can add CMS access for any team member — even if they don’t have a GitHub account. "
- imgpath: "/img/screenshot-identity.png"
+ imgpath: "/img/feature-access.svg"
community:
hook: "Supported by a growing community"
features:
- feature: "Built on the JAMstack"
- description: "Netlify CMS is based on client-side JavaScript, reusable APIs and prebuilt Markup. Compared to server-side CMS like WordPress, this means better performance, higher security, lower cost of scaling, and a better developer experience. You can learn more about the JAMstack movement on [jamstack.org](https://jamstack.org)."
+ description: "Netlify CMS is based on client-side JavaScript, reusable APIs and prebuilt Markup. Compared to server-side CMS like WordPress, this means better performance, higher security, lower cost of scaling, and a better developer experience. You can learn more about the JAMstack on [jamstack.org](https://jamstack.org)."
- feature: "Support when you need it"
description: "Get up and running with comprehensive [documentation](/docs) and templates or work through difficult problems with help from the community on [Gitter](https://gitter.im/netlify/NetlifyCMS)."
- feature: "A community-driven project you can help evolve"
description: "Netlify CMS is built by a community of 60+ contributors — and you can help. Join our [bi-weekly planning sessions](/community) or read the [contributing guide](/docs/contributor-guide) to join in."
- featurese:
- - feature: "Built on the JAMstack"
- description: "Netlify CMS is based on client-side JavaScript, reusable APIs and prebuilt Markup. Compared to server-side CMS like WordPress, this means better performance, higher security, lower cost of scaling, and a better developer experience. You can learn more about the JAMstack movement on [jamstack.org](https://jamstack.org)."
- - feature: "Support when you need it"
- description: "Get up and running with comprehensive [documentation](/docs) and templates or work through difficult problems with help from the community on [Gitter](https://gitter.im/netlify/NetlifyCMS)."
- - feature: "A community-driven project you can help evolve"
- description: "Netlify CMS is built by a community of 60+ contributors — and you can help. Join our [bi-weekly planning sessions](/community) or read the [contributing guide](/docs/contributor-guide) to join in."
- buttons:
- - name: "Twitter"
- url: "https://twitter.com/netlifycms"
- - name: "GitHub"
- url: "https://github.com/netlify/netlify-cms"
contributors: "Made possible by awesome contributors"
---
diff --git a/website/site/layouts/index.html b/website/site/layouts/index.html
index 67639fea..8e0ec5a3 100755
--- a/website/site/layouts/index.html
+++ b/website/site/layouts/index.html
@@ -17,7 +17,7 @@
{{ end }}