[website,#778][m]: add Get Started and Gallery button to the hero section

This commit is contained in:
deme
2023-04-21 14:22:44 -03:00
parent f0cf5728b2
commit 7f62550c7a
4 changed files with 42 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import clsx from 'clsx';
import Highlight, { defaultProps } from 'prism-react-renderer';
import { Fragment, useRef } from 'react';
import ButtonLink from './ButtonLink';
import NewsletterForm from './NewsletterForm';
const codeLanguage = 'javascript';
@@ -53,6 +54,15 @@ export function Hero() {
present a single dataset or build a full-scale data
catalog/portal.
</p>
<ButtonLink className="mt-8" href="/docs">
Get Started
</ButtonLink>
<ButtonLink className="ml-3" href="#gallery" style="secondary">
Gallery
</ButtonLink>
<div className="md:max-w-md mx-auto">
<NewsletterForm />
</div>