import type { Metadata } from "next"; import { AlertTriangle } from "lucide-react"; export const metadata: Metadata = { title: "Terms of Service — Epicure", description: "The terms governing use of Epicure.", }; export default function TermsPage() { return (

Draft — not yet reviewed by counsel. This page is a placeholder structure, not finished, legally-binding terms. Replace before accepting real signups/payments (see STRIPE_PLAN.md §10).

Terms of Service

Using Epicure

You're responsible for the content you create and share, and for keeping your account credentials secure.

Subscriptions

Paid tiers (Pro, Family) renew automatically until cancelled. Cancel anytime from Settings — access continues until the end of the paid period.

Content ownership

You own what you create. We only use it to provide the service to you (and, if you set a recipe public/unlisted/followers-visible, to whoever you've chosen to share it with).

AI-generated content

AI-generated recipes are provided as-is — always use your own judgment, especially around allergens and food safety.

Changes

We may update these terms; meaningful changes will be communicated in-app.

); }