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