fix: rename footer from QUANTRISK FX to NEXUS TERMINAL, add copyright

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Kansaram
2026-06-07 19:31:21 +05:30
co-authored by Claude Sonnet 4.6
parent b220954097
commit e0bc00265a
+2 -2
View File
@@ -383,9 +383,9 @@ export default function LandingPage({ onEnter }) {
{/* ── Footer ──────────────────────────────── */}
<footer className="lp-footer">
<span className="lp-grad-text" style={{fontWeight:800,fontSize:12,letterSpacing:'0.06em'}}>QUANTRISK FX</span>
<span className="lp-grad-text" style={{fontWeight:800,fontSize:12,letterSpacing:'0.06em'}}>NEXUS TERMINAL</span>
<span className="lp-footer-sep">·</span>
<span style={{fontSize:11,color:'#334155'}}>Professional Forex Options Analytics · Garman-Kohlhagen (1983)</span>
<span style={{fontSize:11,color:'#334155'}}>© 2026 Mihir Kansara · All Rights Reserved</span>
</footer>
</div>
)