import { cn } from "@/lib/utils"; interface NavbarProps { activePage?: string; } export default function Navbar({ activePage = "" }: NavbarProps) { return ( <>