diff --git a/src/layout/HomeLayout.jsx b/src/layout/HomeLayout.jsx
index 82f3b139..3bd02a19 100644
--- a/src/layout/HomeLayout.jsx
+++ b/src/layout/HomeLayout.jsx
@@ -4,7 +4,7 @@ import Footer from "../containers/Footer/index.jsx";
import styles from "../style";
import Button from "../components/Button";
import { useNavigate } from "react-router-dom";
-
+import { Link } from "react-router-dom";
function HomeLayout({ children }) {
const navigate = useNavigate();
return (
@@ -13,6 +13,14 @@ function HomeLayout({ children }) {
+
+
+ Contact Team{" "}
+
{/*