Components
An animated, interactive hero section built with React and three.js. It features a central metallic artifact surrounded by generative, crackling energy tendrils that react to mouse movement.
Loading preview...
import { FuturisticAlienHero } from "@/components/ui/futuristic-alien-hero";
export default function DemoOne() {
return <FuturisticAlienHero />;
}