import Link from "next/link"; const navItems = [ { title: "首页", href: "/" }, { title: "产品", href: "/products" }, { title: "解决方案", href: "/solutions" }, { title: "案例", href: "/cases" }, { title: "博客", href: "/blog" }, ]; export default function Header() { return (
企业官网
); }