Diff
diff --git a/index.html b/index.html
index 53f1d01..ec41d17 100644
--- a/index.html
+++ b/index.html
@@ -86,6 +86,9 @@
cursor: pointer;
font-weight: 500;
}
+ .nav-right { display: flex; align-items: center; gap: 1.5rem; }
+ .nav-login { font-size: 13px; color: var(--text-secondary); transition: color 0.15s; }
+ .nav-login:hover { color: var(--text); }
/* HERO */
.hero {
@@ -603,7 +606,10 @@
<a href="#example">Example</a>
<a href="#pricing">Pricing</a>
</div>
- <button class="nav-cta" data-upload>Upload a BOM →</button>
+ <div class="nav-right">
+ <a href="/login" class="nav-login">Log in</a>
+ <button class="nav-cta" data-upload>Upload a BOM →</button>
+ </div>
</nav>
<section class="hero">