From e4f8a4709b2c3050584acce7c9027f47cd87cd23 Mon Sep 17 00:00:00 2001 From: Nikunj-Mehta Date: Tue, 12 Aug 2025 12:03:56 +0530 Subject: [PATCH] Enhance footer icons with original brand colors and tooltips --- src/components/Footer/Footer.jsx | 73 ++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 14 deletions(-) diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 9a0d8888..10772507 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -1,3 +1,5 @@ +import '@fortawesome/fontawesome-free/css/all.min.css'; + export const Footer = () => { return (