Text with fancy hover animation effects powered by GSAP.
import FancyTextHover from "../components/ui/fancy-text-hover"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen bg-background"> <FancyTextHover /> </div> ); }