<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap estático com as 2 páginas do site. Quando o site crescer
  (blog, FAQ, novas landings), troque por um sitemap dinâmico via
  server route — ex.: server/routes/sitemap.xml.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://lavve.me/</loc>
    <priority>1.0</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://lavve.me/privacidade</loc>
    <priority>0.5</priority>
    <changefreq>yearly</changefreq>
  </url>
</urlset>
