summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Navbar/Navbar.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/components/elements/Navbar/Navbar.jsx')
-rw-r--r--src/core/components/elements/Navbar/Navbar.jsx24
1 files changed, 17 insertions, 7 deletions
diff --git a/src/core/components/elements/Navbar/Navbar.jsx b/src/core/components/elements/Navbar/Navbar.jsx
index 1442b9fa..c88bfad3 100644
--- a/src/core/components/elements/Navbar/Navbar.jsx
+++ b/src/core/components/elements/Navbar/Navbar.jsx
@@ -139,20 +139,30 @@ const Navbar = () => {
<div className='container mx-auto my-6'>
<div className='flex bg-gray_r-4 rounded-t-xl'>
- <div className="w-3/12 p-4 font-semibold">
- Kategori Produk
- </div>
+ <div className='w-3/12 p-4 font-semibold'>Kategori Produk</div>
<div className='w-6/12 border-x border-gray_r-1 flex'>
- <Link href='/' className='p-4 flex-1 text-center !text-gray_r-12/80'>
+ <Link
+ href='/'
+ className='p-4 flex-1 text-center !text-gray_r-12/80'
+ >
Promo Produk
</Link>
- <Link href='/' className='p-4 flex-1 text-center !text-gray_r-12/80'>
+ <Link
+ href='/'
+ className='p-4 flex-1 text-center !text-gray_r-12/80'
+ >
Semua Brand
</Link>
- <Link href='/' className='p-4 flex-1 text-center !text-gray_r-12/80'>
+ <Link
+ href='/'
+ className='p-4 flex-1 text-center !text-gray_r-12/80'
+ >
Ready Stock
</Link>
- <Link href='/' className='p-4 flex-1 text-center !text-gray_r-12/80'>
+ <Link
+ href='/'
+ className='p-4 flex-1 text-center !text-gray_r-12/80'
+ >
Blog Indoteknik
</Link>
</div>