import Head from 'next/head' import SnakeGame from '../components/SnakeGame' export default function Home() { return (
Snake Game

🐍 Snake Game

Use arrow keys or WASD to control the snake

Built with anycoder
) }