<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tummytime.tech/</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tummytime.tech/menu.html</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tummytime.tech/blog.html</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tummytime.tech/contact.html</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>

utton -->
                <button id="mobile-menu-button" class="md:hidden text-gray-600 hover:text-green-600 focus:oline-none">
                    <i class="fas fa-bars text-2xl"></i>
                </button>
            </div>

            <!-- Mobile Navigai -->
           <div id="mobilemenu" class="hidden md:hidden pb4">
                <a href="index.html" class="block py-2 text-gray-600 hover:text-green-600 transition-colors">Home</a>
                <a href="menu.html" class="block py-2 text-gray-600 hover:text-green-600 transition-colors">Menu</a>
                <a href="blog.html" class="block py-2 text-gray-600 hover:text-green-600 transition-colors">Blog</a>
                <a href="about.html" class="block py-2 text-gray-600 hover:text-green-600 transition-colors">About</a>
                <a href="contact.html" class="block py-2 text-gray-600 hover:text-green-600 transition-colors">Contact</a>
            </div>
        </div>
    </nav>