fix(site): completely remove Launch Sandbox menu and mockup pages
Some checks are pending
deploy-site-windows / deploy-win (push) Waiting to run
deploy-site / deploy (push) Waiting to run

This commit is contained in:
Yun Chan 2026-08-20 22:11:29 +09:00
parent 9b8dbdaffa
commit d4dc498448
3 changed files with 0 additions and 1002 deletions

View file

@ -43,13 +43,6 @@ export function Header() {
{t.nav[link.key]}
</a>
))}
<a
href="/launch-readiness.html"
className="font-mono text-nano uppercase tracking-widest text-cyan-400 hover:text-cyan-300 transition-colors flex items-center gap-1"
>
<span className="w-1.5 h-1.5 rounded-full bg-cyan-400 animate-pulse"></span>
Launch Sandbox
</a>
</nav>
{/* Right side: language + CTA */}