const Footer = () => (
  <footer className="w-full py-6 mt-12 bg-[#202c33] text-center text-primary-200 text-sm shadow-inner fixed bottom-0 left-0">
    &copy; {new Date().getFullYear()} NBD APP &mdash; Made with ❤️ for smart conversations.
  </footer>
);

export default Footer;