From b2fce9e9b97bae8ccdca21bff57b91063b108a70 Mon Sep 17 00:00:00 2001 From: Pheonix <150040105+ArshiBansal@users.noreply.github.com> Date: Sun, 17 May 2026 15:38:10 +0530 Subject: [PATCH] updated footer with better ui/ux --- src/components/Footer.tsx | 105 ++++++++++++++++++++++++++++++-------- 1 file changed, 85 insertions(+), 20 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 878366f..e815bc1 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,36 +1,101 @@ -import { FaGithub } from 'react-icons/fa'; +import { FaGithub, FaEnvelope, FaInfoCircle, FaHeart } from 'react-icons/fa'; import { Link } from 'react-router-dom'; function Footer() { return ( -