diff --git a/apps/web/pages/500.tsx b/apps/web/pages/500.tsx new file mode 100644 index 00000000..71b0aedd --- /dev/null +++ b/apps/web/pages/500.tsx @@ -0,0 +1,28 @@ +import Head from "next/head"; + +import Button from "@components/ui/Button"; + +export default function Error500() { + return ( +
+ Something went wrong on our end. Get in touch with our support team, and we’ll get it fixed right + away for you. +
+ + +