products and product/slug page done

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-26 19:13:57 +05:00
parent bf6f38edab
commit 4a67425a6b
12 changed files with 422 additions and 2 deletions

View File

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