<?xml version="1.0" encoding="UTF-8"?>
<!-- Replace https://sahab.example.com with the real production domain once deployed — this file needs absolute URLs per the sitemap spec, and no production domain is known from this dev environment. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sahab.example.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://sahab.example.com/pricing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
