<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap — apps/web/src/app/[locale]/(marketing)/ only has one route
  (the landing page) and one locale (en) today. This file has to stay in
  sync by hand as routes/locales are added; a dynamically generated
  sitemap.ts would need to live at the app root, outside this workstream's
  scope fence (see docs/BACKLOG-SITE.md).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://kepts.ai/en</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://kepts.ai/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://kepts.ai/en"/>
  </url>
</urlset>
