patx/afterdarklabs
update nav
Commit 5bca3cc · patx · 2026-07-08T01:34:10-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index cb64f82..07bfb14 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -180,9 +180,8 @@
</a>
<div class="flex items-center gap-6">
<div class="flex items-center gap-7 text-sm font-medium">
- <a href="#work" class="transition-colors hover:text-[#ccff00]" data-nav-link>Our Work</a>
+ <a href="#work" class="transition-colors hover:text-[#ccff00]" data-nav-link>Portfolio</a>
<a href="#services" class="transition-colors hover:text-[#ccff00]" data-nav-link>Services</a>
- <a href="#questionnaire" class="transition-colors hover:text-[#ccff00]" data-nav-link>Contact</a>
</div>
<a href="#questionnaire" class="rounded-2xl bg-[#ccff00] px-6 py-3 font-semibold text-black transition-colors hover:bg-white">Get Free Demo</a>
</div>
@@ -191,9 +190,8 @@
<div id="mobile-nav-menu" class="hidden lg:hidden">
<div class="mt-4 grid gap-2 border-t border-white/10 pt-4 text-sm font-semibold">
<a href="#hero" class="rounded-2xl px-4 py-3 text-gray-200 transition-colors hover:bg-white/10 hover:text-[#ccff00]" data-nav-link>Home</a>
- <a href="#work" class="rounded-2xl px-4 py-3 text-gray-200 transition-colors hover:bg-white/10 hover:text-[#ccff00]" data-nav-link>Our Work</a>
+ <a href="#work" class="rounded-2xl px-4 py-3 text-gray-200 transition-colors hover:bg-white/10 hover:text-[#ccff00]" data-nav-link>Portfolio</a>
<a href="#services" class="rounded-2xl px-4 py-3 text-gray-200 transition-colors hover:bg-white/10 hover:text-[#ccff00]" data-nav-link>Services</a>
- <a href="#questionnaire" class="rounded-2xl px-4 py-3 text-gray-200 transition-colors hover:bg-white/10 hover:text-[#ccff00]" data-nav-link>Contact</a>
</div>
</div>
</div>