Components
Loading preview...
Elegant blur animation that brings your words to life with cinematic transitions.
npx shadcn@latest add https://21st.dev/r/xubohuah/blur-text-animationimport { Component } from "@/components/ui/blur-text-animation";
export default function DemoOne() {
return <Component />;
}