"use client"; import Image from "next/image"; const AuthLayout = ({ children }: { children: React.ReactNode }) => (