<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, not generated: the site has no CMS or build step that
  tracks page freshness, so `lastmod` is deliberately omitted rather than
  filled with a guessed or build-time date that would misrepresent when a
  page's content actually changed.

  Scope is genuinely public, evergreen marketing/reference pages only —
  everything behind ProtectedRoute (My Digital Twin, History, Account,
  the manage panel) is excluded, matching robots.txt. `/auth` is
  reachable and not blocked in robots.txt, but is a transient sign-in
  form rather than indexable content, so it's left out here. `/t/{slug}`
  (a shared Digital Twin) is per-owner user content with no fixed list
  of slugs, so it isn't a candidate for a static sitemap either.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://meet-leon.com/</loc>
    </url>
    <url>
        <loc>https://meet-leon.com/discover</loc>
    </url>
    <url>
        <loc>https://meet-leon.com/brand</loc>
    </url>
    <url>
        <loc>https://meet-leon.com/policy</loc>
    </url>
</urlset>
