import type { Metadata } from "next"; import { PageHero } from "@/components/marketing/page-hero"; import { PlaceholderNotice } from "@/components/marketing/placeholder-notice"; export const metadata: Metadata = { title: "Subprocessors", description: "krypco subprocessors list — placeholder until the formal list is published.", }; export default function SubprocessorsPage() { return ( <>
The formal subprocessor list will be published here. This page is a structural placeholder only.

When live, expect names, roles, and regions for each subprocessor — updated as vendors change.

); }