<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for Prestora Air
  Replace DOMAIN_HERE with your Vercel domain (e.g. your-site.vercel.app)
  For dynamic gallery URLs, either replace/add entries below or generate the sitemap
  at build time using a small script that queries Supabase for active galleries.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://prestora-air.vercel.app/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://prestora-air.vercel.app/gallery</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://prestora-air.vercel.app/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://prestora-air.vercel.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://prestora-air.vercel.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Example gallery entries (replace or extend dynamically) -->
  <url>
    <loc>https://prestora-air.vercel.app/gallery/IQRA2026</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
