From d2d4ee58138201e9f6c2b8533e4b2afbec9ff0aa Mon Sep 17 00:00:00 2001 From: 3zachm <3zachm2@gmail.com> Date: Sat, 10 Dec 2022 02:54:00 -0800 Subject: [PATCH] head metadata and team init --- layouts/HomeLayout.tsx | 17 +++++-- layouts/NavTemplates.tsx | 3 +- pages/about.tsx | 11 +++-- pages/contact.tsx | 11 +++-- pages/index.tsx | 96 ++++++++++++++++++++++------------------ pages/team.tsx | 23 ++++++++++ 6 files changed, 107 insertions(+), 54 deletions(-) create mode 100644 pages/team.tsx diff --git a/layouts/HomeLayout.tsx b/layouts/HomeLayout.tsx index 129586d..8d87cff 100644 --- a/layouts/HomeLayout.tsx +++ b/layouts/HomeLayout.tsx @@ -20,16 +20,27 @@ function HomeLayout(props: HomeLayoutProps) { <>
+
{label}
@@ -42,6 +42,7 @@ interface NavTemplate { const homeMain: NavTemplate[] = [ { content:about
-about
+contact
-contact
+Team
+