// Just the cookie name — split from marketing-locale.ts so client // components can import it without pulling in that file's server-only // imports (next/headers, lib/auth/server → the DB client → `postgres`, // which Next.js then tries to bundle for the browser and fails on Node // built-ins like `tls`). export const MARKETING_LOCALE_COOKIE = "marketing_locale";