refactor: major overhaul of site structure and layout
This commit is contained in:
@@ -5,7 +5,8 @@ const { title = "浙江贝凡网络科技", activeNav = "home" } = Astro.props;
|
||||
|
||||
const navItems = [
|
||||
{ id: 'home', label: '公司介绍', href: '/', icon: 'fa-building' },
|
||||
{ id: 'core-business', label: '核心业务', href: '/core-business', icon: 'fa-cogs' },
|
||||
{ id: 'qazk', label: '企安智控', href: '/qazk', icon: 'fa-cogs' },
|
||||
{ id: 'customization', label: '本地化定制', href: '/customization', icon: 'fa-wrench' },
|
||||
{ id: 'partnership', label: '生态合作', href: '/partnership', icon: 'fa-handshake-o' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user