diff --git a/frontend/src/layout/layout.tsx b/frontend/src/layout/layout.tsx
index 536b2101c..65ed17967 100644
--- a/frontend/src/layout/layout.tsx
+++ b/frontend/src/layout/layout.tsx
@@ -20,7 +20,9 @@ const Layout: React.FC = () => {
-
diff --git a/landing-page/src/Pages/Footer/Footer.tsx b/landing-page/src/Pages/Footer/Footer.tsx
index f81fbe959..26af170da 100644
--- a/landing-page/src/Pages/Footer/Footer.tsx
+++ b/landing-page/src/Pages/Footer/Footer.tsx
@@ -1,5 +1,5 @@
import type React from "react"
-import { FaDiscord } from 'react-icons/fa' // Import Discord icon from React Icons
+import { FaDiscord, FaGithub, FaEnvelope, FaTwitter, FaLinkedin } from 'react-icons/fa'
const Footer: React.FC = () => {
return (
@@ -21,14 +21,118 @@ const Footer: React.FC = () => {
rel="noopener noreferrer"
className="text-sm font-medium text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-green-400 hover:bg-gradient-to-r hover:from-yellow-500 hover:to-green-500 transition duration-300 ease-in-out"
>
-
{/* Scale it to 1.5x */}
+
Made with love by AOSSIE team
-