+
+
+
+
+
+
+
+
+
+
+ Generate revenue for your business
+ With just a few lines of code, you can earn up to 5% in affiliate fees on every transaction from your crypto wallet or dApp.
+
+
+
+
+
+
+
+
+
+
+
+ Easy and flexible integration
+ Use our out-of-the-box design or customize the user interface by integrating the AssetBuyer engine. You can also tap into 0x networked liquidity or choose your own liquidity pool.
+
+
+
+
+
+
+
+
+ 0x Instant Configurator
+ Liquidity Source
+ What tokens can users buy? (select all)
+ Transaction fee ETH address
+ Fee Percentage
+
+
+
+ Code Snippet
+ Explore the Docs
+ <code snippet>
+
+
+
+
+
+
+
+ Disclaimer: The laws and regulations applicable to the use and exchange of digital assets and blockchain-native tokens, including through any software developed using the licensed work created by ZeroEx Intl. (the “Work”), vary by jurisdiction. As set forth in the Apache License, Version 2.0 applicable to the Work, developers are “solely responsible for determining the appropriateness of using or redistributing the Work,” which includes responsibility for ensuring compliance with any such applicable laws and regulations.
+ See the Apache License, Version 2.0 for the specific language governing all applicable permissions and limitations.
+
+
+
+
+);
+
+const ChapterLink = styled.a `
+ font-size: 1.222222222rem;
+ display: block;
+ opacity: 0.8;
+ margin-bottom: 1.666666667rem;
+
+ &:first-child {
+ opacity: 1;
+ }
+
+ &:hover {
+ opacity: 1;
+ }
+`;
diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx
index 39e8da177d..82e7e1206a 100644
--- a/packages/website/ts/index.tsx
+++ b/packages/website/ts/index.tsx
@@ -20,6 +20,7 @@ import { WebsiteLegacyPaths, WebsitePaths } from 'ts/types';
import { muiTheme } from 'ts/utils/mui_theme';
// Next (new website) routes. We should rename them later
+import { Next0xInstant } from 'ts/@next/pages/instant';
import { NextLanding } from 'ts/@next/pages/landing';
import { NextWhy } from 'ts/@next/pages/why';
@@ -110,6 +111,7 @@ render(
{/* Next (new site) routes */}
+