A button with a vivid gradient background and glowing shadow effect on hover.
import ShinyButton from "../components/ui/shiny-button"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen bg-background"> <ShinyButton /> </div> ); }