import type { Metadata } from "next"; export const metadata: Metadata = { title: "Terms of Service" }; export default function TermsPage() { return (

Terms of Service

These terms govern your use of PodcastYes. By creating an account you agree to use the service lawfully and to retain responsibility for the content you generate. AI-generated scripts, audio, and artwork are provided as-is; review them before publishing. Subscriptions renew automatically until cancelled, and usage limits reset monthly.

This is placeholder copy — replace with your reviewed legal terms before launch.

); }