A self-contained, mobile-responsive React component using GSAP and Tailwind CSS to create a repeating "physics-based" text reveal animation where color overlays fall away as you scroll.
import BlockText from "@/components/ui/block-text"; export default function DemoOne() { return <BlockText />; }