"use client"; import Link from "next/link"; import { usePathname } from "next/navigation"; import { useState } from "react"; const links=[["/","首页"],["/advantages","合作优势"],["/process","合作流程"],["/cases","合作场景"],["/faq","常见问题"],["/contact","联系"]]; export function SiteNav(){const path=usePathname();const [open,setOpen]=useState(false);return
setOpen(false)}>COZCREATOR
}