From 9e07386d705c294b84e7395852cf37d06c35121b Mon Sep 17 00:00:00 2001 From: Diyorbek Ibragimov Date: Mon, 25 Nov 2024 14:37:44 +0300 Subject: [PATCH] Improved the footer --- src/pages/home.tsx | 60 ++++++++++++++++++++++- tailwind.config.js => tailwind.config.cjs | 0 2 files changed, 58 insertions(+), 2 deletions(-) rename tailwind.config.js => tailwind.config.cjs (100%) diff --git a/src/pages/home.tsx b/src/pages/home.tsx index d2d4f1e..be11897 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -1,10 +1,66 @@ import "../styles/Home.css"; import { motion } from "framer-motion"; import UpcomingEvents from "../components/UpcomingEvents"; +import { + FaTwitterSquare, + FaInstagramSquare, + FaFacebookSquare, + FaLinkedin, + FaYoutubeSquare +} from "react-icons/fa"; const Footer: React.FC = () => ( -