<?xml version="1.0" encoding="UTF-8"?>
<!--
  Minimal static sitemap — only lists the showcase/master menu at the root.
  ic-menu is multi-tenant (each restaurant lives at ic-menu.com/?client=slug),
  so a complete sitemap would need to be generated dynamically from the
  `restaurants` table (is_active = true) rather than hand-maintained here —
  e.g. a small Supabase Edge Function or a build-time script that queries
  `restaurants` and writes this file before each deploy. Left as a follow-up;
  this static version at least fixes the "no sitemap.xml at all" gap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ic-menu.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
