navbar updated of mobile decoration
This commit is contained in:
@@ -110,7 +110,7 @@ export function Navbar() {
|
||||
href="/products"
|
||||
className="text-white text-sm h-full flex items-center font-semibold hover:cursor-pointer hover:text-red-500 transition"
|
||||
>
|
||||
Products
|
||||
PRODUCTS
|
||||
</Link>
|
||||
<Link
|
||||
href="/contact"
|
||||
@@ -228,11 +228,11 @@ export function Navbar() {
|
||||
</div>
|
||||
|
||||
<Link
|
||||
href="/blog"
|
||||
href="/products"
|
||||
className="text-white text-base font-semibold hover:text-red-500 transition py-2"
|
||||
onClick={() => setIsMobileMenuOpen(false)}
|
||||
>
|
||||
BLOG
|
||||
PRODUCTS
|
||||
</Link>
|
||||
<Link
|
||||
href="/contact"
|
||||
|
||||
Reference in New Issue
Block a user