A reusable component with a button gradient using animation
Loading preview...
import Component from "@/components/ui/gradient-button"; export default function DemoOne() { return <Component />; }