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