diff --git a/pages/404.tsx b/pages/404.tsx index 3d2574d95b..b7ce0a93d9 100644 --- a/pages/404.tsx +++ b/pages/404.tsx @@ -4,11 +4,24 @@ import Link from "next/link"; export default function FourOhFour() { return ( - <> -

404 - Page Not Found

- We're very sorry - we could not find the page you were looking for. - Please navigate to the Teleport Documentation or the - Home Page to find what you're looking for. - +
+

404 Page Not Found

+

Sorry, we couldn't find that page

+

We're very sorry - we couldn't find the page you were looking for.

+

Pages you may find useful

+ +
); -} +} \ No newline at end of file