"use client" import * as React from "react" import Link from "next/link" import { usePathname } from "next/navigation" import { siteConfig } from "@/config/site" import { cn } from "@/lib/utils" import { Icons } from "@/components/icons" import { Badge } from "@/registry/new-york/ui/badge" export function MainNav() { const pathname = usePathname() return (