diff --git a/src/APP/components/Footer2.jsx b/src/APP/components/Footer2.jsx
index beec3b71..784f9acc 100644
--- a/src/APP/components/Footer2.jsx
+++ b/src/APP/components/Footer2.jsx
@@ -1,199 +1,223 @@
-import React from "react";
-import { Link } from "react-router-dom";
-import logo from "../../assets/images/sytLogo.png";
-// import backup from "../../assets/images/backup.svg";
-import {
- linkedin,
- twitter,
- spotify,
- youtube,
- instagram,
- facebook,
-} from "../../assets/images/socials";
-
-function Footer2() {
- const now = new Date();
- const year = now.getFullYear();
-
- return (
-
- );
-}
-
-export default Footer2;
+import React from "react";
+import { LazyLoadImage } from "react-lazy-load-image-component";
+import { Link } from "react-router-dom";
+import {
+ linkedin,
+ twitter,
+ spotify,
+ youtube,
+ instagram,
+ facebook,
+} from "../../assets/images/socials";
+import logo from "../../assets/images/sytLogo.png";
+
+function Footer2() {
+ const now = new Date();
+ const year = now.getFullYear();
+
+ return (
+
+ );
+}
+
+export default Footer2;
diff --git a/src/APP/components/Header.jsx b/src/APP/components/Header.jsx
index 9d69fe85..d8b54313 100644
--- a/src/APP/components/Header.jsx
+++ b/src/APP/components/Header.jsx
@@ -1,6 +1,6 @@
-import { useState } from "react";
+import React, { useState } from "react";
+import { LazyLoadImage } from "react-lazy-load-image-component";
import { Link, useLocation } from "react-router-dom";
-
import { cancel, menu } from "../../assets/images/icons";
import logo from "../../assets/images/sytLogo.png";
@@ -57,7 +57,7 @@ function Header() {
{/* logo */}
-
+
{/* mobile menu */}
@@ -67,7 +67,7 @@ function Header() {
className="md:hidden"
onClick={() => setShowNavlinks(false)}
>
-
+
) : (
)}
diff --git a/src/APP/components/Loader.jsx b/src/APP/components/Loader.jsx
index 223dee92..bd254146 100644
--- a/src/APP/components/Loader.jsx
+++ b/src/APP/components/Loader.jsx
@@ -1,7 +1,9 @@
+import { LazyLoadImage } from "react-lazy-load-image-component";
+
const Loader = () => {
return (
-
-
+
diff --git a/src/APP/components/admin/AdminHeader.jsx b/src/APP/components/admin/AdminHeader.jsx
index 3b99ccae..a39b9539 100644
--- a/src/APP/components/admin/AdminHeader.jsx
+++ b/src/APP/components/admin/AdminHeader.jsx
@@ -3,6 +3,7 @@ import { Link } from "react-router-dom";
import logo from "../../../assets/images/sytLogo.png";
import bell from "../../../assets/images/icons/bell-icon.svg";
import profile from "../../../assets/images/adminPage/profile-pic.png";
+import { LazyLoadImage } from "react-lazy-load-image-component";
function AdminHeader() {
return (
@@ -13,7 +14,11 @@ function AdminHeader() {
{/* logo */}
-
+
- Empowering innovation in the{" "}
- African tech space
-
-
- A community fostering innovation across African borders for tech
- enthusiasts. With memberships across Kenya, Tanzania, Nigeria and
- pockets of Africa, we aim to give life and let live to innovative
- ideas in the tech ecosphere.
-
+ Empowering innovation in the{" "}
+ African tech space
+
+
+ A community fostering innovation across African borders for tech
+ enthusiasts. With memberships across Kenya, Tanzania, Nigeria and
+ pockets of Africa, we aim to give life and let live to innovative
+ ideas in the tech ecosphere.
+
- A community is only as good
- as the leadership
-
-
-
-
-
-
-
-
-
-
- Partner with us
-
-
- We collaborate with similar organizations to develop Africa’s
- skilled workforce
-
-
- Our main focus is on building tech capacity. We collaborate with
- individuals, organizations, and public institutions to mentor and
- coach young people aged 18-35 in essential technology skills. Our
- goal is to empower them to create software that drives global
- innovation. Through targeted resources, industry connections, and
- job opportunities, we pave the way for their success.
-
+ A community is only as good
+ as the leadership
+
+
+
+
+
+
+
+
+
+
+ Partner with us
+
+
+ We collaborate with similar organizations to develop Africa’s
+ skilled workforce
+
+
+ Our main focus is on building tech capacity. We collaborate with
+ individuals, organizations, and public institutions to mentor and
+ coach young people aged 18-35 in essential technology skills. Our
+ goal is to empower them to create software that drives global
+ innovation. Through targeted resources, industry connections, and
+ job opportunities, we pave the way for their success.
+