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.
Loading preview...
import { IlluminatedHero } from "@/components/ui/illuminated-hero";
export default function DemoOne() {
return <IlluminatedHero />;
}