A dynamic, animated nebula background with multiple glowing orbs and a starfield, built with React and CSS.
import { Component } from "@/components/ui/cosmic-nebula"; export default function DemoOne() { return <Component />; }