products and product/slug page done
This commit is contained in:
@@ -71,7 +71,7 @@ export function Navbar() {
|
||||
Services
|
||||
</Link>
|
||||
<Link
|
||||
href="/services"
|
||||
href="/blog"
|
||||
className="block px-4 py-2 text-black text-sm hover:bg-red-600 hover:text-white rounded-b-md"
|
||||
>
|
||||
Blog
|
||||
@@ -80,7 +80,7 @@ export function Navbar() {
|
||||
)}
|
||||
</div>
|
||||
|
||||
<Link href="/blog" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
||||
<Link href="/products" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
||||
Products
|
||||
</Link>
|
||||
<Link href="/contact" className="text-white text-sm font-semibold hover:text-red-500 transition">
|
||||
|
||||
Reference in New Issue
Block a user