import type { Metadata } from "next"; import { PageHero } from "@/components/marketing/page-hero"; import { PlaceholderNotice } from "@/components/marketing/placeholder-notice"; export const metadata: Metadata = { title: "Trust", description: "krypco trust center — security posture and transparency placeholders.", }; export default function TrustPage() { return ( <> Trust-center content (audits, reports, status) will live here. Structural placeholder only for now. For architectural intent, see{" "} Security . Formal attestations publish when they exist — not before. > ); }
For architectural intent, see{" "} Security . Formal attestations publish when they exist — not before.