import React from "react"; export function Head(): React.ReactElement { const metaDescription = "The official website of Kevin Hoerr, developer of websites."; return ( <> Kevin J Hoerr <kjhoerr@submelon.tech> ); }