nav: point Marketplace link at marketplace subdomain, drop redundant Site Auditor item

The new marketplace.quantumtaskai.com hub IS the marketplace — no need
for a static marketplace.html mirror. The standalone "Site Auditor"
nav item is also redundant now that Site Auditor lives inside the
hub; visitors discover it via the Marketplace entry.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Amit Rana 2026-05-12 00:00:25 +05:30
parent bd738f9183
commit a7952319a0

View File

@ -15,10 +15,9 @@
var NAV_LINKS = [ var NAV_LINKS = [
{ label: 'Home', url: 'https://quantumtaskai.com' }, { label: 'Home', url: 'https://quantumtaskai.com' },
{ label: 'Marketplace', url: 'https://quantumtaskai.com/marketplace.html' }, { label: 'Marketplace', url: 'https://marketplace.quantumtaskai.com' },
{ label: 'AI Digital Branding', url: 'https://quantumtaskai.com/digital-branding.html' }, { label: 'AI Digital Branding', url: 'https://quantumtaskai.com/digital-branding.html' },
{ label: 'Blog', url: 'https://blog.quantumtaskai.com/' }, { label: 'Blog', url: 'https://blog.quantumtaskai.com/' },
{ label: 'Site Auditor', url: 'https://marketplace.quantumtaskai.com' },
]; ];
// ─── Styles (matches static site css/style.css header) ────────── // ─── Styles (matches static site css/style.css header) ──────────