feat: update navigation to link to solutions page

This commit is contained in:
张翔
2026-02-26 18:46:17 +08:00
parent 679d49043d
commit ac4f228b04
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export const COMPANY_INFO = {
// Navigation Items - 单页面锚点导航(顺序必须与页面 Section 顺序一致)
export const NAVIGATION = [
{ id: 'home', label: '首页', href: '#home' },
{ id: 'services', label: '核心业务', href: '#services' },
{ id: 'solutions', label: '核心业务', href: '/solutions' },
{ id: 'products', label: '产品服务', href: '#products' },
{ id: 'about', label: '关于我们', href: '#about' },
{ id: 'news', label: '新闻动态', href: '#news' },