this is button with 3d glow effect with combination of dark and purpe themes
Loading preview...
import { Component } from "@/components/ui/ai-button"; export default function DemoOne() { return <Component />; }