From c5db8f25d31d45ac3ff9fff78f7e1fde348d81d4 Mon Sep 17 00:00:00 2001 From: Ezekiel Aquino Date: Wed, 12 Dec 2018 09:47:55 +0100 Subject: WIP --- packages/website/ts/@next/pages/instant.tsx | 65 ++++++++++------------------- 1 file changed, 21 insertions(+), 44 deletions(-) (limited to 'packages/website/ts/@next/pages/instant.tsx') diff --git a/packages/website/ts/@next/pages/instant.tsx b/packages/website/ts/@next/pages/instant.tsx index 73aed59b2..cf316cfe6 100644 --- a/packages/website/ts/@next/pages/instant.tsx +++ b/packages/website/ts/@next/pages/instant.tsx @@ -5,6 +5,8 @@ import LazyLoad from 'react-lazyload'; import {colors} from 'ts/style/colors'; +import {Hero} from 'ts/@next/components/hero'; + import {Banner} from 'ts/@next/components/banner'; import {Button, ButtonWrap, Link} from 'ts/@next/components/button'; import {Icon} from 'ts/@next/components/Icon'; @@ -12,6 +14,9 @@ import {Column, Section, Wrap, WrapCentered} from 'ts/@next/components/layout'; import {SiteWrap} from 'ts/@next/components/siteWrap'; import {Heading, Paragraph} from 'ts/@next/components/text'; +import {Definition} from 'ts/@next/components/Definition'; + +import {Section as NewSection} from 'ts/@next/components/newLayout'; // import { Configurator } from 'ts/pages/instant/configurator'; import LogoOutlined from 'ts/@next/icons/illustrations/logo-outlined.svg'; @@ -66,16 +71,11 @@ const featuresData = [ export const Next0xInstant = () => ( -
- - Introducing 0x Instant - - A free and flexible way to offer simple
- crypto purchasing in any app or website -
- -
-
+ Get Started} + />
@@ -89,40 +89,17 @@ export const Next0xInstant = () => (
-
- - {_.map(featuresData, (item, index) => ( - - - - - - - - {item.title} - - - {item.description} - - - - {_.map(item.links, (link, i) => ( - - {link.label} - - ))} - - - - ))} - -
+ + {_.map(featuresData, (item, index) => ( + + ))} +
-- cgit v1.2.3