Components
A responsive hero section with a glowing orb background, bold headline, and call-to-action button.
npx @21st-dev/cli add dhileepkumargm/glowing-orb-heroLoading preview...
import { Component } from "@/components/ui/glowing-orb-hero";
export default function DemoOne() {
return <Component />;
}