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 = () => ( -