Here is Background Gradient Glow component
import { Component } from "@/components/ui/background-gradient-glow"; export default function DemoOne() { return <Component />; }