import { Construction } from "lucide-react"; import { Card } from "@/components/ui"; export function Placeholder({ title, phase }: { title: string; phase: string }) { return (

{title}

This section is part of {phase}. The backend foundation is ready — the UI lands in an upcoming build phase.

); } export const Networks = () => ;