A horizontal navigation menu with icon links where the current page is highlighted as the active item.
import NavigationMenuWithActiveItem from "@/components/ui/navigation-menu-04"; export default function Default() { return ( <div className="flex min-h-64 w-full items-center justify-center bg-background p-6 text-foreground"> <NavigationMenuWithActiveItem /> </div> ); }