import type { Metadata } from "next"; import { PageHero } from "@/components/marketing/page-hero"; import { PlaceholderNotice } from "@/components/marketing/placeholder-notice"; export const metadata: Metadata = { title: "Terms", description: "krypco terms of use — placeholder until legal copy is finalized.", }; export default function TermsPage() { return ( <>
Full terms will be published here. This page is a structural placeholder only.

The product is in preview. Do not rely on it for production or regulated workloads until terms and network status say otherwise.

); }