navbar updated of mobile decoration

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-27 09:24:09 +05:00
parent d86a5631e6
commit 1cdd8ec335

View File

@@ -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"