diff options
Diffstat (limited to 'packages/website/ts/@next/components/sections')
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/about.tsx | 5 | ||||
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/hero.tsx | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx index e17cd0457..f913c192a 100644 --- a/packages/website/ts/@next/components/sections/landing/about.tsx +++ b/packages/website/ts/@next/components/sections/landing/about.tsx @@ -26,10 +26,7 @@ export const SectionLandingAbout = () => ( isMuted={1} padding={['large', 0, 'default', 0]} > - 0x is an open protocol that enables the peer-to-peer exchange of Ethereum-based - tokens. Anyone in the world can use 0x to service a wide variety of markets - ranging from gaming items to financial instruments to assets that could have - near existed before. + Anyone in the world can use 0x to service a wide variety of markets ranging from gaming items to financial instruments to assets that could have near existed before. </Paragraph> <Button diff --git a/packages/website/ts/@next/components/sections/landing/hero.tsx b/packages/website/ts/@next/components/sections/landing/hero.tsx index 504ee6025..9af013a48 100644 --- a/packages/website/ts/@next/components/sections/landing/hero.tsx +++ b/packages/website/ts/@next/components/sections/landing/hero.tsx @@ -10,7 +10,7 @@ export const SectionLandingHero = () => ( <Hero title="Powering Decentralized Exchange" isLargeTitle={true} - description="0x is the best solution for adding exchange functionality to your business." + description="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain." figure={<LandingAnimation image={<HeroAnimation />} />} actions={<HeroActions />} /> |