import Link from "next/link"; import { LoginForm } from "@/components/auth/login-form"; export default function LoginPage() { return (

PayMe

Sign in

Use your email and password to manage your public payment profile.

No account yet?{" "} Create one

); }