Skip to content

Commit

Permalink
Homepage update (#5340)
Browse files Browse the repository at this point in the history
* home page copy changes

* yarn format

* changeset

* remove unused var
  • Loading branch information
raveling authored Apr 1, 2021
1 parent bc21855 commit ff472d5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-bugs-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-next/website': patch
---

copy changes to home page (including CTA to getting started tut)
28 changes: 19 additions & 9 deletions docs-next/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import Link from 'next/link';

import { Button } from '@keystone-ui/button';
import { Page } from '../components/Page';
import { SubscribeForm } from '../components/SubscribeForm';

Expand All @@ -13,17 +14,22 @@ export default function IndexPage() {
headless content management system around.
</p>
<p>
🗺 If you're wondering what we're up to, check out our <Link href="/roadmap">Roadmap</Link>.
<Link href="/tutorials/getting-started-with-create-keystone-next-app" passHref>
<Button tone="active" weight="bold">
Get started
</Button>
</Link>
</p>
<p>
In this major update, we've focused on improving Keystone's <strong>interfaces</strong>,
including the way you configure and run Keystone projects, and a whole new Admin UI. To
learn more, check out our <Link href="/whats-new">What's New</Link> page.
We’re improving Keystone's <strong>interfaces</strong>, including the way you configure and
run projects, and creating a whole new Admin UI. To learn more, check out our{' '}
<Link href="/roadmap">Roadmap</Link>, and <Link href="/whats-new">Whats New</Link>.
</p>
<p>
🤩 If you want to see one of our favourite new features, check out our{' '}
<Link href="/guides/document-fields">Document Field</Link>
🤩 &nbsp;To see one of our favourite new features, check out the{' '}
<Link href="/guides/document-fields">Document Field</Link>.
</p>
<h2>Stay connected</h2>
<p>
<SubscribeForm>
<div className="mb-2">
Expand All @@ -35,11 +41,15 @@ export default function IndexPage() {
</SubscribeForm>
</p>
<p>
Hit us up at{' '}
Get help in our{' '}
<a href="https://community.keystonejs.com/" target="_blank">
Community Slack
</a>
, and follow us on{' '}
<a href="https://twitter.com/keystonejs" target="_blank">
@KeystoneJS
Twitter
</a>{' '}
with your feedback.
for the latest news and anouncements.
</p>
</Page>
);
Expand Down

1 comment on commit ff472d5

@vercel
Copy link

@vercel vercel bot commented on ff472d5 Apr 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.