"use client"; import { motion } from "motion/react"; import { Button } from "../ui/button"; import { Input } from "../ui/input"; import { ArrowRight } from "lucide-react"; import Link from "next/link"; export function Hero() { return (

The open source

CapCut alternative.

A simple but powerful video editor that gets the job done. In your browser.
Currently in beta • Open source on{" "} GitHub
); }