import type { Metadata } from "next" export const metadata: Metadata = { title: "Sign in to Property Management Network", } export default function AuthLayout({ children }: { children: React.ReactNode }) { return (