feat: add solutions list/detail pages
- types: SolutionPageSummary/Detail - services/solution.service.ts - app/solutions: list + detail pages - Header nav: add 解决方案 link
This commit is contained in:
@@ -3,6 +3,7 @@ import Link from "next/link";
|
||||
const navItems = [
|
||||
{ title: "首页", href: "/" },
|
||||
{ title: "产品", href: "/products" },
|
||||
{ title: "解决方案", href: "/solutions" },
|
||||
{ title: "案例", href: "/cases" },
|
||||
{ title: "博客", href: "/blog" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user