As you scroll through the animation, a door will open and a robot will fly down the spaceships hallway.
import { Component } from "@/components/ui/robot-flyby"; export default function DemoOne() { return <Component />; }