diff --git a/website/site/data/landing.yaml b/website/site/data/landing.yaml index c8b10af9cf4a..00309950de5d 100644 --- a/website/site/data/landing.yaml +++ b/website/site/data/landing.yaml @@ -9,11 +9,6 @@ hero: description: "Content is stored in your Git repository alongside your code for easier versioning, multi-channel publishing, and the option to handle content updates directly in Git." - feature: "An extensible CMS built on React" description: "Netlify CMS is built as a single-page React app. Create custom-styled previews, UI widgets, and editor plugins or add backends to support different Git platform APIs." -productvideo: - thumbnail: "/img/hero-graphic.jpg" - mp4: "/img/demo.mp4" - ogg: "/img/demo.ogg" - webm: "/img/demo.webm" cta: primaryhook: "Getting started is simple and free." @@ -26,13 +21,13 @@ 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/hero-graphic.jpg" + imgpath: "/img/screenshot-editor.png" - 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/hero-graphic.jpg" + imgpath: "/img/screenshot-editorial.png" - feature: "Instant access, without a 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/hero-graphic.jpg" + imgpath: "/img/screenshot-identity.png" community: hook: "Supported by a growing community" diff --git a/website/site/layouts/index.html b/website/site/layouts/index.html index acf235789272..59bba34c3507 100755 --- a/website/site/layouts/index.html +++ b/website/site/layouts/index.html @@ -17,7 +17,7 @@

{{ .feature | markdownify }}

{{ end }}
- +
diff --git a/website/src/img/hero-graphic.jpg b/website/src/img/hero-graphic.jpg deleted file mode 100644 index 6e2ffa242137..000000000000 Binary files a/website/src/img/hero-graphic.jpg and /dev/null differ diff --git a/website/src/img/screenshot-content.png b/website/src/img/screenshot-content.png new file mode 100644 index 000000000000..1bca538d888f Binary files /dev/null and b/website/src/img/screenshot-content.png differ diff --git a/website/src/img/screenshot-editor.png b/website/src/img/screenshot-editor.png new file mode 100644 index 000000000000..0c96f9cb6454 Binary files /dev/null and b/website/src/img/screenshot-editor.png differ diff --git a/website/src/img/screenshot-editorial.png b/website/src/img/screenshot-editorial.png new file mode 100644 index 000000000000..ed2368f32b5b Binary files /dev/null and b/website/src/img/screenshot-editorial.png differ diff --git a/website/src/img/screenshot-identity.png b/website/src/img/screenshot-identity.png new file mode 100644 index 000000000000..af90b48255b8 Binary files /dev/null and b/website/src/img/screenshot-identity.png differ