diff --git a/website/src/components/landing.js b/website/src/components/landing.js index 5f4fb44bc..e84534820 100644 --- a/website/src/components/landing.js +++ b/website/src/components/landing.js @@ -44,6 +44,8 @@ export const LandingGrid = ({ cols = 3, blocks = false, children }) => ( ) +export const LandingCol = ({ children }) =>
{children}
+ export const LandingCard = ({ title, children }) => (
{title &&

{title}

} diff --git a/website/src/styles/landing.module.sass b/website/src/styles/landing.module.sass index 86283090a..efe3d3e5a 100644 --- a/website/src/styles/landing.module.sass +++ b/website/src/styles/landing.module.sass @@ -127,6 +127,9 @@ .banner-text padding-top: 0 + .col + grid-column: 1 / span 2 + .banner-button margin-bottom: var(--spacing-sm) text-align: right diff --git a/website/src/widgets/landing.js b/website/src/widgets/landing.js index 4aa7c08aa..062307642 100644 --- a/website/src/widgets/landing.js +++ b/website/src/widgets/landing.js @@ -8,6 +8,7 @@ import { LandingSubtitle, LandingGrid, LandingCard, + LandingCol, LandingButton, LandingDemo, LandingBannerGrid, @@ -111,7 +112,7 @@ const Landing = ({ data }) => { {CODE_EXAMPLE} -
+

Features

  • @@ -148,7 +149,7 @@ const Landing = ({ data }) => {
  • State-of-the-art speed
  • Robust, rigorously evaluated accuracy
-
+
@@ -213,7 +214,7 @@ const Landing = ({ data }) => { -
+

Benchmarks

In 2015, independent researchers from Emory University and Yahoo! Labs @@ -231,11 +232,11 @@ const Landing = ({ data }) => { See details

-
+ -
+ -
+
)