Update client/src/pages/Home.tsx

This commit is contained in:
equilink 2025-02-17 09:07:49 +00:00
parent a72fcfdbb0
commit 25d59aaa62

View File

@ -493,12 +493,6 @@ const Home = () => {
<div className="flex pt-8 mt-4 border-t justify-between px-4">
<span>&copy; 2025 EQUILINK</span>
<div className="flex space-x-4">
<a href="#" className="hover:underline">
Privacy Policy
</a>
<a href="#" className="hover:underline">
Terms of Use
</a>
</div>
</div>
</footer>