<?xml version="1.0" encoding="UTF-8"?>
<!-- This sitemap lists the main pages of Kombozz.
     Adjust <loc>, <lastmod>, <changefreq>, and <priority> values as needed. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <!-- Homepage: highest priority, updated daily -->
  <url>
    <loc>https://kombozz.in/</loc>
    <lastmod>2025-02-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Menu pages (if applicable) -->
  <url>
    <loc>https://kombozz.in/our-menu</loc>
    <lastmod>2025-02-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- About page -->
  <url>
    <loc>https://kombozz.in/about-us</loc>
    <lastmod>2025-02-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Contact page -->
  <url>
    <loc>https://kombozz.in/contact-us</loc>
    <lastmod>2025-02-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
