From 0df10aa44132363a3f0e9fd2af32b266cd1e682e Mon Sep 17 00:00:00 2001 From: elida kirigo Date: Fri, 6 Oct 2023 03:03:47 +0300 Subject: [PATCH] [FIX] - added the officer & meet our staff section --- src/components/Navbar.tsx | 10 +++++++--- src/pages/about/index.tsx | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 src/pages/about/index.tsx diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index faa7ce6..b269739 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -118,10 +118,14 @@ const Navbar = ({ High Performance Computing - + What We Do - Officers - Meet Our Staff + + Officers + + + Meet Our Staff + { + return ( + + +

Officer content

+
+ +

meet our staff content

+
+
+ ) +} + +export default about + +export const Head = () =>