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

Until then: do not submit sensitive personal data through contact forms beyond what you are comfortable sharing. Contact us if you have privacy questions.

); }