Components
npx shadcn@latest add https://21st.dev/r/minhxthanh/menu-hover-effectsLoading preview...
import NavMenu from "@/components/ui/menu-hover-effects";
const DemoOne = () => {
return (
<div className="bgflex w-full h-screen justify-center items-center">
<NavMenu />
</div>
);
};
export { DemoOne };