Animated Typewriter Text
npx shadcn@latest add https://21st.dev/r/anurag-mishra22/text-three
Starting preview...
import TextThree from "@/components/ui/text-three"; export function TextThreeDemo() { return <TextThree />; }