diff options
Diffstat (limited to 'packages/website/ts/@next/components/sections/landing/hero.tsx')
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/hero.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 />} /> |