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