import Image from 'next/image' import Link from 'next/link' import { Metadata } from 'next' import { DiscordButton } from './components/DiscordButton' import { AccountButton } from './components/AccountButton' export const metadata: Metadata = { title: 'Lncvrt Games - Home', description: 'A collection of games made by Lncvrt and others' } export default function Home () { return (

Lncvrt Games

A collection of games made by Lncvrt and others

Main Games

Berry Dash Triangles

Spinoffs

Berry Dash Lite Berry Dash with Guns

Non-official but Verified games

Berry Dash Custom Berry Dash Godot Remake Berry Dash with Guns Custom Berry Dash Ultimate

Looking for launcher downloads?

Download for Windows, macOS, or Linux
) }