summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-01-25 15:27:27 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-01-25 15:27:27 +0700
commit3f849355048e5c280a35a5747577e5296b90e9fd (patch)
treeced21719b2ddd00e083f0a798f272d7b8abd4044 /src/core/components/elements
parent97d079e4b64aa02a51e5ab877a73f7f23c7c6296 (diff)
Add all promo page
Diffstat (limited to 'src/core/components/elements')
-rw-r--r--src/core/components/elements/Navbar/NavbarDesktop.jsx18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx
index 9bcd4df2..2605acbb 100644
--- a/src/core/components/elements/Navbar/NavbarDesktop.jsx
+++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx
@@ -168,6 +168,14 @@ const NavbarDesktop = () => {
</button>
<div className='w-6/12 flex px-1 divide-x divide-gray_r-6'>
<Link
+ href='/shop/promo'
+ className='p-4 flex-1 flex justify-center items-center !text-gray_r-12/80 hover:bg-gray_r-3 idt-transition'
+ target='_blank'
+ rel='noreferrer'
+ >
+ Semua Promo
+ </Link>
+ <Link
href='/shop/brands'
className='p-4 flex-1 flex justify-center items-center !text-gray_r-12/80 hover:bg-gray_r-3 idt-transition'
target='_blank'
@@ -189,15 +197,7 @@ const NavbarDesktop = () => {
target='_blank'
rel='noreferrer noopener'
>
- Blog Indoteknik
- </Link>
- <Link
- href='/video'
- className='p-4 flex-1 flex justify-center items-center !text-gray_r-12/80 hover:bg-gray_r-3 idt-transition'
- target='_blank'
- rel='noreferrer'
- >
- Indoteknik TV
+ Blog
</Link>
</div>