import Link from 'next/link' import { Metadata } from 'next' import { HomeButton } from '../components/HomeButton' export const metadata: Metadata = { title: 'Lncvrt Games - Download' } export default function DownloadPage () { return (

Downloads

The official downloads for Lncvrt Games Launcher

Windows (x64) Windows (arm64) macOS (apple silicon) macOS (intel) Linux (debian) Linux (rehl/fedora) Linux (appimage/universal)

Looking for mobile downloads? Select your game{' '} here

) }