An interactive holographic UI card component that reacts to cursor movement with subtle 3D tilt, dynamic glow, and iridescent sheen for a futuristic, tactile micro-interaction.
import HolographicCard from "@/components/ui/holographic-card"; export default function DemoOne() { return <HolographicCard />; }