aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-08-30 01:38:15 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-08-30 03:45:24 +0800
commit6924a2b681b8f6d6c154499f3e5d7879524f89c1 (patch)
tree4670d32638e416298bffcf694e6b51101809d071 /packages
parentd93d4c34f5372147fc295572a2f0acf3bd9baa55 (diff)
downloaddexon-sol-tools-6924a2b681b8f6d6c154499f3e5d7879524f89c1.tar
dexon-sol-tools-6924a2b681b8f6d6c154499f3e5d7879524f89c1.tar.gz
dexon-sol-tools-6924a2b681b8f6d6c154499f3e5d7879524f89c1.tar.bz2
dexon-sol-tools-6924a2b681b8f6d6c154499f3e5d7879524f89c1.tar.lz
dexon-sol-tools-6924a2b681b8f6d6c154499f3e5d7879524f89c1.tar.xz
dexon-sol-tools-6924a2b681b8f6d6c154499f3e5d7879524f89c1.tar.zst
dexon-sol-tools-6924a2b681b8f6d6c154499f3e5d7879524f89c1.zip
Update benefits
Diffstat (limited to 'packages')
-rw-r--r--packages/website/translations/english.json10
-rw-r--r--packages/website/ts/pages/landing/landing.tsx4
2 files changed, 6 insertions, 8 deletions
diff --git a/packages/website/translations/english.json b/packages/website/translations/english.json
index 541c29997..09b118bae 100644
--- a/packages/website/translations/english.json
+++ b/packages/website/translations/english.json
@@ -19,15 +19,15 @@
"in 0x protocol, orders are transported off-chain, massively reducing gas costs and eliminating blockchain bloat. Relayers help broadcast orders and collect a fee each time they facilitate a trade. Anyone can build a relayer.",
"RELAYERS_HEADER": "relayers building on 0x",
"BENEFITS_HEADER": "benefits of 0x",
- "BENEFIT_ONE_TITLE": "trustless exchange",
+ "BENEFIT_ONE_TITLE": "many assets",
"BENEFIT_ONE_DESCRIPTION":
- "built on Ethereum's distributed network with no centralized point of failure and no down time, each trade is settled atomically and without counterparty risk.",
- "BENEFIT_TWO_TITLE": "shared liquidity",
+ "the 0x protocol facilitates the exchange of a growing number of Ethereum-based tokens including currencies, game items, and many more digital assets.",
+ "BENEFIT_TWO_TITLE": "networked liquidity",
"BENEFIT_TWO_DESCRIPTION":
"by sharing a standard API, relayers can easily aggregate liquidity pools, creating network effects around liquidity that compound as more relayers come online.",
- "BENEFIT_THREE_TITLE": "open source",
+ "BENEFIT_THREE_TITLE": "exchange everywhere",
"BENEFIT_THREE_DESCRIPTION":
- "0x is open source, permissionless and free to use. Trade directly with a known counterparty for free or pay a relayer some ZRX tokens to access their liquidity pool.",
+ "0x allows trade functionality to fade into the background, enabling developers to focus on building while 0x handles the exchange.",
"BUILDING_BLOCK_SECTION_HEADER": "a building block for dApps",
"BUILDING_BLOCK_SECTION_DESCRIPTION":
"0x protocol is a pluggable building block for dApps that require exchange functionality. Join the many developers that are already using 0x in their web applications and smart contracts.",
diff --git a/packages/website/ts/pages/landing/landing.tsx b/packages/website/ts/pages/landing/landing.tsx
index 1cc2ee5c0..83484409d 100644
--- a/packages/website/ts/pages/landing/landing.tsx
+++ b/packages/website/ts/pages/landing/landing.tsx
@@ -138,10 +138,8 @@ export class Landing extends React.Component<LandingProps, LandingState> {
colors.projectsGrey,
true,
)}
- {this._renderTokenizationSection()}
- {this._renderProtocolSection()}
-
{this._renderInfoBoxes()}
+ {this._renderTokenizationSection()}
{this._renderBuildingBlocksSection()}
{this._renderUseCases()}
{this._renderCallToAction()}