import { Suspense } from "react"; import { Anchor } from "lucide-react"; import { LoginForm } from "./login-form"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "Sign in" }; export default function LoginPage() { return (
Pelagia Payment Management System
PMS — it runs the ship.
Contact your administrator if you need access.