"use client" import Link from "next/link" import { usePathname } from "next/navigation" import { Activity, LayoutDashboard, Home } from "lucide-react" export function Navbar() { const pathname = usePathname() return ( ) }