Rounded gradient buttons with arrow icons that transform into square shapes when clicked, adding a dynamic, interactive feel.
import { Component } from "@/components/ui/gradient-buttons"; export default function DemoOne() { return <Component />; }