Components
An immersive 3D space station experience where scroling moves you through depth, guided by a robot compnion through 5 distinct rooms.
Loading preview...
import SpaceStationJourney from "@/components/ui/space-station-journey";
export default function DemoOne() {
return <SpaceStationJourney />;
}