Add services page, minor improvements

This commit is contained in:
ASOwnerYT
2024-12-04 20:15:33 +13:00
parent a7552a9323
commit 416ee62353
8 changed files with 165 additions and 16 deletions
-8
View File
@@ -60,14 +60,6 @@ export default function Navbar() {
Services
</Link>
</li>
<li>
<Link
href="/pricing"
className={`link ${pathname === "/pricing" ? styles.active : ""}`}
>
Pricing
</Link>
</li>
<li>
<Link
href="/contact"