"use client"; import { UpgradeProButton } from "./UpgradeProButton"; type Props = { open: boolean; onContinueWithWatermark: () => void; onClose: () => void; }; /** * Shown when a free user who already used their 2 watermark-free videos * starts another render. */ export function WatermarkPaywallModal({ open, onContinueWithWatermark, onClose }: Props) { if (!open) return null; return (
Subsequent videos in the Free tier will include a small Songs2VID watermark. Upgrade to Pro for unwatermarked videos, 4K export, and priority rendering.