diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 878366f..aa6c42a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,34 +1,83 @@ -import { FaGithub } from 'react-icons/fa'; -import { Link } from 'react-router-dom'; +import React from 'react'; +import { Github, Mail, Info } from 'lucide-react'; function Footer() { return ( - ); }