A sleek, dark-themed CTA button featuring a cascading dot-wave animation and a colorful accent slab that smoothly expands on hover.
import { AntiMetalButton } from "@/components/ui/anti-metal-button"; export default function DemoOne() { return ( <div className="flex min-h-[300px] w-full flex-col items-center justify-center gap-6"> {/* Default */} <AntiMetalButton /> </div> ); }