Scroll to see the navbar transform into a floating hamburger menu
import { Component } from "@/components/ui/scroll-navigation-menu"; export default function DemoOne() { return <Component />; }