import { TextAnimate } from "@/registry/magicui/text-animate"

export default function TextAnimateDemo6() {
  return (
    <TextAnimate animation="slideLeft" by="character">
      Slide left by character
    </TextAnimate>
  )
}
