"use client"; import Image from "next/image"; import { Bell, User } from "lucide-react"; import Link from "next/link"; export default function UserNavbar() { return (
{/* Logo */}
Logo
{/* Right Section */}
User Admin
); }