A responsive hero section with a glowing orb background, bold headline, and call-to-action bg for hero sectoin.
import { Component } from "@/components/ui/glowing-hero-background"; export default function DemoOne() { return <Component />; }