import type React from "react"; import { AbsoluteFill, Series, staticFile } from "remotion"; import { GrainOverlay } from "@/components/GrainOverlay"; import { BackgroundMusic } from "@/lib/audio"; import { COLOR } from "@/lib/colors"; import { AiShowcaseScene } from "./scenes/AiShowcaseScene"; import { FeatureBurstScene } from "./scenes/FeatureBurstScene"; import { GitHubCTAScene } from "./scenes/GitHubCTAScene"; import { HookScene } from "./scenes/HookScene"; import { PrivacyBeatScene } from "./scenes/PrivacyBeatScene"; import { TerminalInstallScene } from "./scenes/TerminalInstallScene"; import { ToolGridRevealScene } from "./scenes/ToolGridRevealScene"; export const XLaunchVideo: React.FC = () => { return ( ); };