diff --git a/front/components/home/menu/config.ts b/front/components/home/menu/config.ts index f00d8fd0aeae..f7cbf4825349 100644 --- a/front/components/home/menu/config.ts +++ b/front/components/home/menu/config.ts @@ -19,13 +19,13 @@ const CareersMenuConfig: MenuConfig = { title: "Careers", items: [ { - title: "Jobs", - href: "https://jobs.ashbyhq.com/dust", + title: "Why Dust?", + href: "https://blog.dust.tt/why-dust/", isExternal: true, }, { - title: "LinkedIn", - href: "https://www.linkedin.com/company/dust-tt/", + title: "Jobs", + href: "https://jobs.ashbyhq.com/dust", isExternal: true, }, ], @@ -50,10 +50,15 @@ const AboutMenuConfig: MenuConfig = { isExternal: true, }, { - title: "@dust4ai", + title: "X", href: "https://x.com/dust4ai", isExternal: true, }, + { + title: "LinkedIn", + href: "https://www.linkedin.com/company/dust-tt/", + isExternal: true, + }, ], };