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