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 (

PPMS

Pelagia Payment Management System

PMS — it runs the ship.

Sign in

Contact your administrator if you need access.

); }