Components
A GPU-accelerated starfield hero built with Three.js and GLSL shaders, simulating a warp-speed hyperspace effect.
npx @21st-dev/cli add dhileepkumargm/hyperspace-warp-driveLoading preview...
import { Component } from "@/components/ui/hyperspace-warp-drive";
export default function DemoOne() {
return <Component />;
}