diff --git a/README.md b/README.md
index 19565d2b..a28271dd 100644
--- a/README.md
+++ b/README.md
@@ -261,4 +261,4 @@ This project is licensed under MIT.
-
+
\ No newline at end of file
diff --git a/src/components/Profile/Profile.jsx b/src/components/Profile/Profile.jsx
index d0ee962c..dfae5dc0 100644
--- a/src/components/Profile/Profile.jsx
+++ b/src/components/Profile/Profile.jsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { FaGithub, FaLinkedin } from 'react-icons/fa';
+import { FaEnvelope, FaGithub, FaInstagram, FaLinkedin } from 'react-icons/fa';
import { FaXTwitter, FaLocationDot } from 'react-icons/fa6';
function Profile({ data }) {
@@ -131,6 +131,18 @@ function Card({ data }) {