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