<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Indicates the sitemap protocol standard. -->

  <!-- Homepage - The primary entry point to the site. -->
  <url>
    <loc>https://holipic.app/</loc>
    <!-- !!! IMPORTANT: Replace with your actual domain !!! -->
    <priority>1.0</priority>
    <!-- Highest priority for the main page. -->
    <changefreq>weekly</changefreq>
    <!-- The content on the homepage is updated periodically. -->
  </url>

  <!-- Why Holipic? - A key section explaining the value proposition. -->
  <url>
    <loc>https://holipic.app/#whyholipic</loc>
    <!-- !!! IMPORTANT: Replace with your actual domain !!! -->
    <priority>0.9</priority>
    <!-- High priority, as it's a core selling point. -->
    <changefreq>monthly</changefreq>
    <!-- This content is relatively stable. -->
  </url>

  <!-- How It Works - Explains the platform's functionality. -->
  <url>
    <loc>https://holipic.app/#work</loc>
    <!-- !!! IMPORTANT: Replace with your actual domain !!! -->
    <priority>0.9</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Camera App - Details about the photographer's app. -->
  <url>
    <loc>https://holipic.app/#cameraApp</loc>
    <!-- !!! IMPORTANT: Replace with your actual domain !!! -->
    <priority>0.8</priority>
    <!-- Important feature, but a sub-section of the main page. -->
    <changefreq>monthly</changefreq>
  </url>

  <!-- In-Store App - Details about the retail management app. -->
  <url>
    <loc>https://holipic.app/#instoreApp</loc>
    <!-- !!! IMPORTANT: Replace with your actual domain !!! -->
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Pricing - Information about the pay-as-you-go model. -->
  <url>
    <loc>https://holipic.app/#pricing</loc>
    <!-- !!! IMPORTANT: Replace with your actual domain !!! -->
    <priority>0.9</priority>
    <!-- High priority for potential customers evaluating the service. -->
    <changefreq>monthly</changefreq>
    <!-- Pricing is generally stable but may be updated. -->
  </url>

  <!-- Register - The call-to-action for signing up. -->
  <url>
    <loc>https://holipic.app/register</loc>
    <!-- !!! IMPORTANT: Replace with your actual domain. This is likely a separate page or the same page with a modal. !!! -->
    <priority>0.8</priority>
    <changefreq>yearly</changefreq>
    <!-- The registration page itself doesn't change often. -->
  </url>

</urlset>