import React from "react";

const Footer = () => (
  <footer className="tw-w-full tw-py-6 tw-mt-8 tw-text-center">
    <p className="tw-text-gray-700 tw-text-sm tw-mx-auto tw-max-w-xl">
      Thanks for choosing <a href="https://worry-proof-backup.vercel.app/" target="_blank" rel="noopener noreferrer" className="tw-font-semibold tw-text-blue-600 tw-border-b-2 tw-border-blue-600">Worry Proof Backup</a>! 🚀
    </p>
    <p className="tw-text-gray-700 tw-text-sm tw-mx-auto tw-max-w-xl tw-mt-2">
      Backups made brilliant! 🦸‍♂️✨ Your WordPress world is safe, sound, and ready for adventure. Keep calm and back up on! 🗂️🔒🎊
    </p>
  </footer> 
);

export default Footer;
