Components
An interactive hero section component featuring two large, stylized 3D eyes that dynamically follow the user's cursor. Includes a procedural iris shader, "jiggle" physics for playful interaction, a drifting particle background, and an animated gradient text overlay
Loading preview...
import HeroSection from "@/components/ui/creative-eyes-hero-section";
export default function DemoOne() {
return <HeroSection />;
}