<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>http://localhost:5173</loc> <!-- IMPORTANT: Replace with your final domain, e.g., https://www.enerchain.com.br -->
    <lastmod>2023-10-27</lastmod> <!-- It's good practice to update this date when you make significant changes -->
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Registration Page -->
  <url>
    <loc>http://localhost:5173/register</loc> <!-- IMPORTANT: Replace with your final domain -->
    <lastmod>2023-10-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>