"use client"; import Image from "next/image"; const AuthLayout = ({ children }: { children: React.ReactNode }) => (
{/* Logo above the card */} VAR Logo
{children}
); export default AuthLayout;