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