This commit is contained in:
rustdesk 2024-10-10 23:34:04 +08:00
parent 0425d544dd
commit a1dcdda0b2

View File

@ -45,48 +45,22 @@ export const headerData = {
export const footerData = { export const footerData = {
links: [ links: [
{ title: 'Resources', links: headerData.links[0].links },
{ {
title: 'Product', title: 'Community',
links: [ links: [
{ text: 'Features', href: '#' }, { text: 'X', href: 'https://twitter.com/rustdesk' },
{ text: 'Security', href: '#' }, { text: 'Discord', href: 'https://discord.com/invite/nDceKgxnkV' },
{ text: 'Team', href: '#' }, { text: 'Reddit', href: 'https://www.reddit.com/r/rustdesk/' },
{ text: 'Enterprise', href: '#' }, { text: 'GitHub', href: 'https://github.com/rustdesk/rustdesk' },
{ text: 'Customer stories', href: '#' },
{ text: 'Pricing', href: '#' },
{ text: 'Resources', href: '#' },
], ],
}, },
{ {
title: 'Platform', title: 'Download',
links: [ links: [
{ text: 'Developer API', href: '#' }, { text: 'RustDesk Client', href: 'https://github.com/rustdesk/rustdesk/releases/latest' },
{ text: 'Partners', href: '#' }, { text: 'RustDesk Server OSS', href: 'https://github.com/rustdesk/rustdesk-server/releases/latest' },
{ text: 'Atom', href: '#' }, { text: 'RustDesk Server Pro', href: 'https://github.com/rustdesk/rustdesk-server-pro/releases/latest' },
{ text: 'Electron', href: '#' },
{ text: 'RustDesk Desktop', href: '#' },
],
},
{
title: 'Support',
links: [
{ text: 'Docs', href: '#' },
{ text: 'Community Forum', href: '#' },
{ text: 'Professional Services', href: '#' },
{ text: 'Skills', href: '#' },
{ text: 'Status', href: '#' },
],
},
{
title: 'Company',
links: [
{ text: 'About', href: '#' },
{ text: 'Blog', href: '#' },
{ text: 'Careers', href: '#' },
{ text: 'Press', href: '#' },
{ text: 'Inclusion', href: '#' },
{ text: 'Social Impact', href: '#' },
{ text: 'Shop', href: '#' },
], ],
}, },
], ],