diff --git a/src/components/landing-hero.tsx b/src/components/landing-hero.tsx index 8f80d3bd..2e30fdf2 100644 --- a/src/components/landing-hero.tsx +++ b/src/components/landing-hero.tsx @@ -18,8 +18,8 @@ import CopyButton from 'components/mdx-components/codeblock/copy-button' import { t } from 'utils/i18n' const announce = { - title: 'Vienna Unikraft Workshop', - href: '/hackathons/2024-12-vienna', + title: 'Unikraft releases 0.18.0', + href: '/blog/2024-12-21-unikraft-releases-v0.18.0', } export default function LandingHero() {