import Head from 'next/head' import { PageDescription, PageTitle } from '../components/styles/content' export default function About() { return ( <> Neshweb - About About This website is primarily for managing my game servers in one spot ) }