<!-- public/sitemap.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Home page has the highest priority -->
    <url>
        <loc>https://narada.ai/</loc>
        <priority>1.0</priority>
        <changefreq>weekly</changefreq>
    </url>

    <!-- Main product and service pages -->
    <url>
        <loc>https://narada.ai/book-demo</loc>
        <priority>0.8</priority>
        <changefreq>monthly</changefreq>
    </url>
    <!-- Blog Page -->
    <url>
        <loc>https://narada.ai/blog</loc>
        <priority>0.7</priority>
        <changefreq>weekly</changefreq>
    </url>

</urlset>
