Components
A horizontal navigation menu whose links shuffle their letters in a glitchy random-swap animation on hover.
Loading preview...
import RandomLetterSwapNav from "@/components/ui/m-random-letter-swap-1";
export default function Default() {
return <RandomLetterSwapNav />;
}