summaryrefslogtreecommitdiff
path: root/src-migrate/constants
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-06-22 12:40:16 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-06-22 12:40:16 +0700
commit138206777970e2a2659d4de0a1a9722038851a14 (patch)
treef1088723ad0e8faca93f0975d7488000d52a3590 /src-migrate/constants
parent8456bd17207e349c717d062fcc6fe4d032da1334 (diff)
<iman> update bagian navbar dan judul halaman all promotion
Diffstat (limited to 'src-migrate/constants')
-rw-r--r--src-migrate/constants/menu.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/constants/menu.ts b/src-migrate/constants/menu.ts
index d1adebca..e3e7b0c6 100644
--- a/src-migrate/constants/menu.ts
+++ b/src-migrate/constants/menu.ts
@@ -2,6 +2,9 @@ import { SecondaryNavItemProps } from '~/types/nav';
export const SECONDARY_MENU_ITEMS: SecondaryNavItemProps[] = [
{
+ label: 'Semua Promo',
+ href: '/shop/promo',
+ },{
label: 'Semua Brand',
href: '/shop/brands',
},