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

Essential cookies may be needed for the site to work. Optional analytics cookies will only be described and controlled once a formal notice is live.

); }