feat: update navigation to link to solutions page
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user