A dynamic button with smooth transitions that reacts to user interaction. Enhances UX by providing visual feedback on hover.
import { AnimatedButton } from "@/components/ui/animated-button"; export default function DemoOne() { return <AnimatedButton />; }