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