import type { Metadata } from "next" import { Network } from "lucide-react" export const metadata: Metadata = { title: "ProxMenux Post-Install: Network Settings", description: "Detailed guide to Network Settings in the ProxMenux post-install script for optimizing Proxmox VE network performance and configuration.", // ... (rest of the metadata remains the same) } export default function NetworkSettingsPage() { return (

Network Settings

{/* ... (rest of the component remains the same) */}
) }