diff --git a/packages/website/ts/components/sections/landing/hero.tsx b/packages/website/ts/components/sections/landing/hero.tsx index 4897572863..31b75f4cbd 100644 --- a/packages/website/ts/components/sections/landing/hero.tsx +++ b/packages/website/ts/components/sections/landing/hero.tsx @@ -7,6 +7,12 @@ import { LandingAnimation } from 'ts/components/heroImage'; import { HeroAnimation } from 'ts/components/heroAnimation'; import { WebsitePaths } from 'ts/types'; +const announcement = { + headline: 'Vote on ZEIP-24 & ZEIP-39', + href: '/vote', + shouldOpenInNewTab: false, +}; + export const SectionLandingHero = () => ( ( description="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain." figure={} />} actions={} + announcement={announcement} /> );