Text Animation
npx shadcn@latest add https://21st.dev/r/designali-in/text-wave-animation
Loading preview...
import { AnimatedHearts } from "@/components/ui/text-wave-animation"; export default function DemoOne() { return <AnimatedHearts />; }