import { GraduationCap } from "lucide-react" interface AuthLayoutProps { children: React.ReactNode } export function AuthLayout({ children }: AuthLayoutProps) { return (
Next_Edu

“This platform has completely transformed how we deliver education to our students. The attention to detail and performance is unmatched.”

Sofia Davis
{children}
) }