A logotype text-reveal block that animates each character with a vertical cut wipe, staggered outward from the center.
import VerticalCutRevealChars from "@/components/ui/m-vertical-cut-reveal-2"; export default function Default() { return <VerticalCutRevealChars />; }