const Home = () => { return (
{/* Logo */} VoD System Logo {/* Description Container */}

What is the VoD System?

The VoD System is a powerful clip management platform designed to streamline how you handle your video content. Whether you're a content creator, streamer, or educator, VoD System lets you:

Designed with simplicity and efficiency in mind, VoD System adapts to your workflow, making video clip management faster and more enjoyable than ever.

{/* File Support Note */}
Note: Currently, only .mp4 files are supported for upload and processing. Support for additional video formats will be added in future updates.
); }; export default Home;