import Head from 'next/head' import { Game } from '../interfaces/CardTypes'; import { PageContentBox, PageDescription, PageTitle, CardContentGame } from '../components/styles/content' import GameList from '../public/pages.json'; function Servers() { // TODO: unuggly this shit const serverList: Game[] = JSON.parse(JSON.stringify(GameList.games)); return ( <>