An animated CTA button with expanding circle background and arrow icon on hover.
import MotionButton from "../components/ui/motion-button"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen bg-background"> <MotionButton label="Get Started" /> </div> ); }