Add the rest of the games to the site

This commit is contained in:
2025-11-06 21:56:47 -07:00
parent dec380803d
commit 8129fc4cf2
5 changed files with 334 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export default function Home () {
<span>Triangles</span>
</Link>
</div>
{/* <p className='text-center text-xl mt-2'>Spinoffs</p>
<p className='text-center text-xl mt-2'>Spinoffs</p>
<div className='games-grid'>
<Link href='/game/berry-dash-with-guns' draggable={false}>
<Image
@@ -84,7 +84,7 @@ export default function Home () {
/>
<span>Berry Dash Custom</span>
</Link>
</div> */}
</div>
</div>
)
}