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