export default function ContentWidth({ children, className = '', id, }: { children: React.ReactNode className?: string id?: string }) { return (