diff --git a/apps/web/pages/500.tsx b/apps/web/pages/500.tsx new file mode 100644 index 0000000000..71b0aedd0e --- /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 unexpected occurred | Cal.com + + +
+

+ 50 +

+

It's not you, it's us.

+

+ Something went wrong on our end. Get in touch with our support team, and we’ll get it fixed right + away for you. +

+ + +
+
+ ); +} diff --git a/apps/web/public/error.svg b/apps/web/public/error.svg new file mode 100644 index 0000000000..19c0d28244 --- /dev/null +++ b/apps/web/public/error.svg @@ -0,0 +1,6 @@ + + + + + +