The component can be reused to create a glowing and moving border effect when hovering. Also added some micro-interactions to make it look good.
import Component from "@/components/ui/glowing-border-effect"; export default function DemoOne() { return <Component />; }