Add downloads page

This commit is contained in:
2025-11-06 22:06:09 -07:00
parent b638f30a18
commit 0761c87854
3 changed files with 73 additions and 0 deletions

View File

@@ -85,6 +85,14 @@ export default function Home () {
<span>Berry Dash Custom</span>
</Link>
</div>
<p className='text-2xl mt-4 mb-1 text-center'>
Looking for launcher downloads?
</p>
<div className='downloads'>
<Link href='/download' draggable={false}>
Download for Windows, macOS, or Linux
</Link>
</div>
</div>
)
}