"use client"; import { MdError } from "react-icons/md"; import Link from "next/link"; export default function ServerErrorPage() { return (

Server Error

Oops! Something went wrong on our end. Please try again later.

Go Back to Home
); }