navbar chnaged: added profuct ancor link
This commit is contained in:
@@ -70,12 +70,18 @@ export function Navbar() {
|
|||||||
>
|
>
|
||||||
Services
|
Services
|
||||||
</Link>
|
</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>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Link href="/blog" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
<Link href="/blog" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
||||||
BLOG
|
Products
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/contact" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
<Link href="/contact" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
||||||
CONTACT
|
CONTACT
|
||||||
|
|||||||
Reference in New Issue
Block a user