A sleek animated navigation menu bar with hover effects and dynamic gradient highlights using Framer Motion.
import { MenuBar } from "@/components/ui/sleek-navbar"; export default function DemoOne() { return <MenuBar />; }