diff --git a/README.md b/README.md
index c722eb7..137867d 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,14 @@ We welcome contributions! Please see the [AOSSIE contribution guidelines](https:
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push the branch to your fork (git push origin feature/AmazingFeature)
-5. Open a Pull Request against `Resonate-Website:dev`
+5. Open a Pull Request against `Resonate-Website:dev`
+
+## 🔗 Connect With Us
+
+- GitHub: https://github.com/AOSSIE-Org
+- X (Twitter): https://x.com/aossie_org
+- LinkedIn: https://www.linkedin.com/company/aossie
+- YouTube: https://youtube.com/@AOSSIE
## 📄 License
diff --git a/app/components/About/About.jsx b/app/components/About/About.jsx
index 1e9a4ab..6a9f298 100644
--- a/app/components/About/About.jsx
+++ b/app/components/About/About.jsx
@@ -1,7 +1,7 @@
import "./About.css";
import AossieLogo from "../../assets/aossie_logo.png";
import { SiGitlab } from "react-icons/si";
-import { FaEnvelope, FaGithub, FaDiscord } from "react-icons/fa";
+import { FaEnvelope, FaGithub, FaDiscord, FaYoutube } from "react-icons/fa";
import { BsTwitterX } from "react-icons/bs";
const About = () => {
@@ -39,6 +39,9 @@ const About = () => {
+
+
+
diff --git a/app/components/Layout/Footer/index.jsx b/app/components/Layout/Footer/index.jsx
index c4be0e1..b0bc12a 100644
--- a/app/components/Layout/Footer/index.jsx
+++ b/app/components/Layout/Footer/index.jsx
@@ -1,6 +1,6 @@
import React from "react";
import "./Footer.css";
-import { FaLinkedinIn, FaGithub } from "react-icons/fa";
+import { FaLinkedinIn, FaGithub , FaYoutube} from "react-icons/fa";
import { BsTwitterX } from "react-icons/bs";
const Footer = () => {
@@ -35,6 +35,14 @@ const Footer = () => {
>
+
+
+
diff --git a/app/components/Layout/NavBar/index.jsx b/app/components/Layout/NavBar/index.jsx
index 82520d3..4f1fb9d 100644
--- a/app/components/Layout/NavBar/index.jsx
+++ b/app/components/Layout/NavBar/index.jsx
@@ -1,7 +1,7 @@
"use client";
import React, { useState } from "react";
import "./Navbar.css";
-import { FaGithub, FaExternalLinkAlt } from "react-icons/fa";
+import { FaGithub, FaExternalLinkAlt , FaYoutube} from "react-icons/fa";
import Logo from "@/assets/resonate_logo_white.svg";
const Navbar = () => {
@@ -60,6 +60,17 @@ const Navbar = () => {
>
+
+
+
+