An interactive, cybernetic eye that tracks your cursor's movement across the screen. It features a dynamic iris, a periodic blinking animation, and glowing circuit details to create a high-tech, futuristic interface.
import CyberneticEye from "@/components/ui/sentinel-core"; export default function DemoOne() { return ( <div className="App"> <CyberneticEye /> </div> ); }