Merge pull request 'telos nezet landing, home, navbar, footer' (#98) from ujgege into main

Reviewed-on: #98
This commit was merged in pull request #98.
This commit is contained in:
2025-11-14 00:39:00 +00:00
6 changed files with 211 additions and 132 deletions
@@ -82,7 +82,7 @@ export default function Home() {
<div className="fixed top-0 left-0 right-0 z-30">
<Navbar />
</div>
<main className="flex-1 min-h-[calc(100vh-64px)] flex mt-[64px] flex-col items-center justify-center">
<main className="flex-1 min-h-[calc(100vh-64px)] flex mt-[64px] flex-col items-center justify-center px-2 sm:px-4">
<PlayMenu
onJoinGame={handleJoinGame}
onCreateGame={handleCreateGame}