A pair of call-to-action buttons whose labels shuffle letters in random order on hover for a glitchy text effect.
import RandomLetterSwapButtons from "@/components/ui/m-random-letter-swap-2"; export default function Demo() { return <RandomLetterSwapButtons />; }