<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Home Page -->
  <url>
    <loc>/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Properties Listing -->
  <url>
    <loc>/properties</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- About Page -->
  <url>
    <loc>/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Note: Property detail pages (e.g., /properties/:id) should be dynamically added -->
  <!-- You can generate a complete sitemap server-side or use a sitemap generator service -->
</urlset>
