"use client"; import { useAuth } from "@/context/AuthContext"; import { LogOut, ShieldAlert, Building2 } from "lucide-react"; import Link from "next/link"; export default function AuthHeader() { const { user, logout } = useAuth(); return (