Playful hover-activated text component that reveals contextual emojis and subtle scramble animations on selected words.
import EmojiHyperText from "@/components/ui/emoji-hyper-text"; export default function DemoOne() { return <EmojiHyperText />; }