diff --git a/src/components/Footer/ContributorsFooter.jsx b/src/components/Footer/ContributorsFooter.jsx index 43228cc..5433052 100644 --- a/src/components/Footer/ContributorsFooter.jsx +++ b/src/components/Footer/ContributorsFooter.jsx @@ -1,6 +1,6 @@ import React from 'react'; import { motion } from 'framer-motion'; -import { FaGithub, FaLinkedin, FaXTwitter, FaHeart, FaCode, FaUsers, FaBook, FaEnvelope } from 'react-icons/fa'; +import { FaGithub, FaLinkedin, FaXTwitter, FaHeart, FaCode, FaUsers, FaBook, FaEnvelope, FaGlobe } from 'react-icons/fa6'; import { BiCopyright, BiLink } from 'react-icons/bi'; import { useNavigate } from 'react-router-dom'; import { useState, useEffect } from 'react'; @@ -71,9 +71,27 @@ const ContributorsFooter = ({ contributorsCount = 0 }) => { { name: 'GitHub', icon: FaGithub, - url: 'https://github.com/Sahilll94/Travel-Book', + url: 'https://github.com/Sahilll94', color: 'hover:text-gray-900 dark:hover:text-white' - } + }, + { + name: 'LinkedIn', + icon: FaLinkedin, + url: 'https://www.linkedin.com/in/sahilll94', + color: 'hover:text-blue-600' + }, + { + name: 'X', + icon: FaXTwitter, + url: 'https://x.com/Sa_hilll94', + color: 'hover:text-black dark:hover:text-white' + }, + { + name: 'Website', + icon: FaGlobe, + url: 'https://sahilfolio.live/', + color: 'hover:text-gray-900 dark:hover:text-white' + }, ]; const stats = [