navbar chnaged: added profuct ancor link
This commit is contained in:
@@ -70,12 +70,18 @@ export function Navbar() {
|
||||
>
|
||||
Services
|
||||
</Link>
|
||||
<Link
|
||||
href="/services"
|
||||
className="block px-4 py-2 text-black text-sm hover:bg-red-600 hover:text-white rounded-b-md"
|
||||
>
|
||||
Blog
|
||||
</Link>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<Link href="/blog" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
||||
BLOG
|
||||
Products
|
||||
</Link>
|
||||
<Link href="/contact" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
||||
CONTACT
|
||||
|
||||
Reference in New Issue
Block a user