<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two Sense Hair & Beauty — sitemap.

  Three routes; that is the whole site. No hreflang alternates are declared:
  the language switcher (src/i18n.js) detects via localStorage/navigator and
  never changes the URL, so all three languages share these same addresses.
  Declaring hreflang for URLs that don't exist would be a false signal — see
  the SEO notes in docs/ for the URL-based-locale fix that would earn them.

  lastmod is maintained by hand; bump it when a page's content changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://2sensesalon.com/</loc>
        <lastmod>2026-08-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://2sensesalon.com/services</loc>
        <lastmod>2026-08-05</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://2sensesalon.com/appointment</loc>
        <lastmod>2026-08-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
</urlset>
