<footer class="bg-gray-900 text-white py-8 mt-auto">
  <div class="container mx-auto px-4">
    <div class="flex flex-col md:flex-row justify-between items-center">
      <p class="text-gray-400 text-sm">
        &copy; <%= new Date().getFullYear() %> All rights reserved.
      </p>
      <div class="flex space-x-6 mt-4 md:mt-0">
        <a href="/privacy" class="text-gray-400 hover:text-white text-sm">Privacy</a>
        <a href="/terms" class="text-gray-400 hover:text-white text-sm">Terms</a>
      </div>
    </div>
  </div>
</footer>
