<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://algebit.com/</loc>
    <lastmod>2024-11-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Home Section -->
  <url>
    <loc>https://algebit.com/#home</loc>
    <lastmod>2024-11-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Company Section -->
  <url>
    <loc>https://algebit.com/#company</loc>
    <lastmod>2024-11-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Products Section -->
  <url>
    <loc>https://algebit.com/#products</loc>
    <lastmod>2024-11-16</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Events Section -->
  <url>
    <loc>https://algebit.com/#events</loc>
    <lastmod>2024-11-16</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Pricing Section -->
  <url>
    <loc>https://algebit.com/#pricing</loc>
    <lastmod>2024-11-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Contact Section -->
  <url>
    <loc>https://algebit.com/#contact</loc>
    <lastmod>2024-11-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
```

**How to use this:**

1. **Save this file** as `sitemap.xml` in your `public/` folder:
```
public/
  ├── favicon.svg
  └── sitemap.xml