<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
          http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Home — highest priority, changes frequently -->
  <url>
    <loc>https://maventh.com/</loc>
    <lastmod>2026-03-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Booking — primary conversion page -->
  <url>
    <loc>https://maventh.com/booking</loc>
    <lastmod>2026-03-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://maventh.com/contact</loc>
    <lastmod>2026-03-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Legal pages — low priority, noindex (kept here for crawl reference) -->
  <url>
    <loc>https://maventh.com/terms</loc>
    <lastmod>2026-03-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

  <url>
    <loc>https://maventh.com/refund-policy</loc>
    <lastmod>2026-03-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

  <!--
    Case study pages are dynamic (fetched from Supabase).
    Add each slug here as you publish new case studies, e.g.:
    <url>
      <loc>https://maventh.com/case-study/your-slug</loc>
      <lastmod>2026-03-23</lastmod>
      <changefreq>yearly</changefreq>
      <priority>0.8</priority>
    </url>
  -->

</urlset>
