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

Sign in

Use your agency email to receive a magic-link and access the portal.

← Back to home
); }