<?xml version="1.0" encoding="UTF-8"?>
<!--
  The landing page is a single client-rendered route: src/App.jsx renders
  <Home /> directly and the project has no router. Every other destination on
  the site is a same-page anchor (#lifecycle, #trust, #vault, ...), and anchors
  are not distinct URLs, so this sitemap correctly holds exactly one entry.

  Add a <url> here only when a real route appears — e.g. /privacy, /terms
  (currently href="#" placeholders in src/components/flexe/Footer.jsx) or the
  /ko locale route anticipated in index.html.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://flexet.luxe/</loc>
    <lastmod>2026-09-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
