import Head from 'next/head' import { PageDescription, PageTitle } from '../components/styles/content' export default function About() { return ( <> Neshweb - About About I'm currently expanding what I want to do with this site. Currently a list of available services and servers is available via the respective navbar entry. ) }