import Head from 'next/head' import Link from 'next/link'; import { PageTitle, PageDescription, PageContentBox, PageCard } from '../components/styles/content'; export default function Home() { return ( <> Neshweb - Home Welcome to my Servers Webpage Feel free to look around

About →

Useless Info, don't bother

Games →

List of all available Servers

Services →

List of available Services

) }