import { MarketingDrawer } from '@app/components/general' import { metaSetter } from '@app/utils' import type { PageProps } from '@app/types' import { Header } from '@app/components/general/header' import { SectionContainer } from '@app/components/stateless/containers/section-container' import { companyName } from '@app/configs' function DesktopApp({ name }: PageProps) { return (
{`Desktop App`}

Beta

The new cross platform desktop app brings integrations that work with native features of your system and more.

Desktop comes one to one with web features

Use all the features you are used to from the web app with our desktop application that works for Mac, Linux, and Windows systems.

Focus on what matters to you

The desktop app is being actively developed at{' '} Desktop Github .

Downloading the desktop application from our website is coming soon. For now you need to install it from our repo.

) } export default metaSetter( { DesktopApp }, { title: `The ${companyName} desktop app for Mac, Linux, and Windows.`, description: `Get the ${companyName} desktop app that brings the focus on accessibility goals in one direct app.`, } )