import { cn } from "@/lib/utils"; /** Centered site container — matches the old --desktopMaxWidth (1648px). */ export function Container({ className, as: Tag = "div", ...props }: React.HTMLAttributes & { as?: React.ElementType }) { return ; }