1 2 3 4 5 6 7 8 9 10
export default function Home() { return( <> <div className="flex justify-center p-4"> <h1 className="font-title text-6xl">Welcome to Game Holster</h1> </div> </> ); }