import Image from "next/image"; export function AuthLayout({ children }: { children: React.ReactNode }) { return (