<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- 
      This sitemap is based on the "Base Routes" from App.tsx.
      We assume a 'daily' change frequency for dynamic pages like 'blog'
      and 'weekly' for more static content.
    -->
    <url>
        <loc>https://www.waqalat.tech/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://www.waqalat.tech/about</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.waqalat.tech/product</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://www.waqalat.tech/solutions</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://www.waqalat.tech/blog</loc>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://www.waqalat.tech/contact</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://www.waqalat.tech/privacy</loc>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://www.waqalat.tech/terms</loc>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    <!-- 
      NOTE: The dynamic '/blog/:slug' routes are not listed individually.
      Google will discover them by crawling the main '/blog' page.
      Alternatively, this sitemap can be dynamically generated at build time.
    -->
</urlset>