const Footer = () => {
    return (
        <div className="py-10 bg-white border-t border-t-gray-200">
            <div className="mx-auto max-w-6xl sm:px-6 lg:px-8">
                <p className="text-sm text-gray-500">Made with &#10084; for HeadlessKey – JWT Auth by <a href="https://profiles.wordpress.org/hidayatsafewp/" target="_blank" rel="noopener noreferrer">Hidayat Mahetar</a></p>
            </div>
        </div>
    )
}
export default Footer;