Spotlight Reveal Hero | Community Components | 21st
/Spotlight Reveal Hero
Spotlight Reveal Hero
Cursor-tracked spotlight reveals a hidden image beneath the hero, with animated headline and CTA. Great for editorial or luxury/craft brands wanting a tactile first impression.
// This is a file with a demo for your component// That's what users will see in the preview// Create new files in this directory to add more demosimport { Component } from "@/components/ui/spotlight-reveal-hero";// ONLY DEFAULT EXPORT WILL BE TREATED AS A DEMOexport default function DemoOne() { return <Component />;}