"use client"; import Image from "next/image"; import UnderContruction from "@/shared/assets/under-construction.svg"; const StatusIndex = () => { return (
Under Construction

Service is temporarily unavailable

We're currently experiencing an issue with this service and our team is working to restore it as quickly as possible. You can still browse other features while we fix the problem. Please check back in a few moments. We appreciate your patience.

); }; export default StatusIndex;