import { Button } from "flowbite-react"; import type { FC } from "react"; import { HiChevronLeft } from "react-icons/hi"; import { ButtonLink } from "../ui/button-link"; import { siteurl } from "@/lib/utils/siteurl"; const ServerErrorPage: FC = function () { return (

403 Forbidden

Oops! It seems you don’t have the keys to this door. Why not grab a coffee while you figure things out? ☕ If you think this is a mistake, contact your administrator.

Go portal
); }; export default ServerErrorPage;