This is the animated button with hover star animation
Loading preview...
import { Component } from "@/components/ui/animated-button"; export default function DemoOne() { return <Component />; }