"use client";
import { VideoCreationForm } from './CreateInput';
export default function CreateVideo() {
return (
Transform any idea into a compelling video
Generate professional videos from simple prompts. Browse community creations for inspiration, or start fresh with your own vision
);
}