Components
A striking hero section with glowing animated text that instantly grabs attention. Perfect for bold headlines, product launches, or landing pages with dramatic flair.
npx shadcn@latest add https://21st.dev/r/sshahaider/illuminated-heroLoading preview...
import { IlluminatedHero } from "@/components/ui/illuminated-hero";
export default function DemoOne() {
return <IlluminatedHero />;
}