summaryrefslogtreecommitdiff
path: root/src-migrate/common/constants
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/common/constants')
-rw-r--r--src-migrate/common/constants/menu.ts20
1 files changed, 0 insertions, 20 deletions
diff --git a/src-migrate/common/constants/menu.ts b/src-migrate/common/constants/menu.ts
deleted file mode 100644
index 853da507..00000000
--- a/src-migrate/common/constants/menu.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-import { SecondaryNavItemProps } from '../types/nav'
-
-export const SECONDARY_MENU_ITEMS: SecondaryNavItemProps[] = [
- {
- label: 'Semua Brand',
- href: '/shop/brands'
- },
- {
- label: 'Ready Stock',
- href: '/shop/search?orderBy=stock'
- },
- {
- label: 'Blog Indoteknik',
- href: 'https://blog.indoteknik.com/'
- },
- {
- label: 'Indoteknik TV',
- href: '/video'
- }
-]