this is a next button with a glow and arrow animation
Loading preview...
import { Component } from "@/components/ui/next-button"; export default function DemoOne() { return <Component />; }