This text effect is very clean and polished and expands on hover in very smooth manner.
Loading preview...
import HoverText from "@/components/ui/text-hover-effect"; export default function DemoOne() { return <HoverText />; }