This component displays animated, theme-adaptive text with a ripple reveal effect on hover.
import { MinimalistTextEffect } from "@/components/ui/reveal-text"; export default function DemoOne() { return <MinimalistTextEffect text="MINIMAL" duration={0.3} />; }