Sticky responsive Next.js navigation bar with mobile drawer and active link sliding Framer Motion animations.
Loading preview...
import Navbar from "@/components/ui/navbar" export default function Demo() { return <Navbar /> }