import { redirect } from "next/navigation"; // Login is the default first page — send visitors straight to the portal. export default function Home() { redirect("/portal/login"); }