import Link from "next/link"; const links = [ { href: "/", label: "Tool UI demo" }, { href: "/primitive", label: "Static primitive" }, { href: "/gui-chat", label: "GUI chat" }, ] as const; export function ExampleNav() { return ( ); }