<?xml version="1.0" encoding="UTF-8"?>
<!-- Agência 2020 - XML Sitemap
     IMPORTANT: Replace REPLACE_WITH_DOMAIN with actual domain before deployment
     Current structure assumes deployment at root domain (e.g., https://agencia2020.com/)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">

  <!-- Homepage - Highest Priority -->
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/</loc>
    <lastmod>2026-03-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- About Us Page -->
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/about.html</loc>
    <lastmod>2026-03-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Services - Growth Systems -->
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/services/growth-systems.html</loc>
    <lastmod>2026-03-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Services - AI Automation -->
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/services/ai-automation.html</loc>
    <lastmod>2026-03-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Services - Consulting -->
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/services/consulting.html</loc>
    <lastmod>2026-03-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Privacy Policy -->
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/privacy.html</loc>
    <lastmod>2026-03-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Terms of Service -->
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/terms.html</loc>
    <lastmod>2026-03-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
