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