diff --git a/src/app/(home)/support/page.tsx b/src/app/(home)/support/page.tsx new file mode 100644 index 00000000..44a84e05 --- /dev/null +++ b/src/app/(home)/support/page.tsx @@ -0,0 +1,46 @@ +import { DISCORD_LINK } from "~/lib/env" + +export default function SupportPage() { + return ( +
+ You can access our Discord server to get support. +
++ + Join our Discord server + +
++ If you want to learn more about xLog, please visit the{" "} + + home page + {" "} + of xLog +
+