Internal · review surface

Legacy nav archive

The header at the top of this page is the snapshot of Header.astro as it existed before the M.3 nav restructure. It is preserved in src/components/HeaderLegacy.astro and rendered here via BaseLayout's useLegacyHeader prop.

Open any other page in a second tab to compare the legacy nav with whatever is current. This page is noindex and exists only for review and rollback reference.

What's preserved

  • 5 mega-menu items: Platform · AI · Solutions · About · Resources
  • Search input
  • Demo Hub CTA + Contact Us CTA
  • Mobile hamburger menu
  • All xm-hdr-* styling

M.3 restructure (target)

  • 5 top-level items: Solutions · Platform · Industries · Resources · Company
  • Persistent actions: See It Work + Contact Us
  • Pricing demoted out of top nav
  • Standalone AI mega-menu folded into Platform → Agentic AI & MAGS
  • Data Stream Designer / App Designer / Workflow / Recommendations demoted one level under Platform → Platform Components
  • Blueprints / Accelerators / Patterns move into Resources
  • Partners move into Company

Reverting

  1. In src/layouts/BaseLayout.astro, flip useLegacyHeader default to true, OR swap the conditional so HeaderLegacy renders by default.
  2. Commit + push. Cloudflare rebuilds; the legacy nav is back site-wide.
  3. This page (/review/legacy-nav/) keeps working either way.