+
);
-};
-
-export default NavBar;
+}
diff --git a/data/moreNavbar.ts b/data/moreNavbar.ts
new file mode 100644
index 00000000..ca7ee5d9
--- /dev/null
+++ b/data/moreNavbar.ts
@@ -0,0 +1,14 @@
+export const moreNavLinks = [
+ // { href: "/", name: "Home" },
+ // { href: "/programs", name: "programs" },
+ // { href: "/staff", name: "staff" },
+ // { href: "/calendar", name: "calendar" },
+ // { href: "/gallery", name: "gallery" },
+ // { href: "/family-trees", name: "family trees" },
+ { href: "/contact", name: "contact" },
+ { href: "/faq", name: "faq" },
+ // { href: "/store", name: "Store" },
+ ];
+
+ export default moreNavLinks;
+
\ No newline at end of file
diff --git a/data/navbar.ts b/data/navbar.ts
index 49bef1b3..2b522272 100644
--- a/data/navbar.ts
+++ b/data/navbar.ts
@@ -1,13 +1,13 @@
export const navLinks = [
- { href: "/", name: "Home" },
- { href: "/programs", name: "Programs" },
- { href: "/staff", name: "Staff" },
- { href: "/calendar", name: "Calendar" },
- { href: "/gallery", name: "Gallery" },
- { href: "/family-trees", name: "Family Trees" },
- { href: "/contact", name: "Contact" },
- { href: "/faq", name: "FAQ" },
- { href: "/store", name: "Store" },
+ // { href: "/", name: "Home" },
+ { href: "/programs", name: "programs" },
+ { href: "/staff", name: "staff" },
+ { href: "/calendar", name: "calendar" },
+ { href: "/gallery", name: "gallery" },
+ { href: "/family-trees", name: "family trees" },
+ // { href: "/contact", name: "Contact" },
+ // { href: "/faq", name: "FAQ" },
+ // { href: "/store", name: "Store" },
];
export default navLinks;
diff --git a/next-env.d.ts b/next-env.d.ts
index 4f11a03d..40c3d680 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -2,4 +2,4 @@
///
// NOTE: This file should not be edited
-// see https://nextjs.org/docs/basic-features/typescript for more information.
+// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
From 60d37c9031307ff1795a5597b8f933e32fd18eb6 Mon Sep 17 00:00:00 2001
From: Justin Lang <91992668+jlang61@users.noreply.github.com>
Date: Mon, 24 Feb 2025 18:01:16 -0800
Subject: [PATCH 2/2] adding lower case, editing home photo, making dark grey
---
components/main.tsx | 4 ++--
components/navbar.tsx | 22 ++++++++++++----------
public/homepage/staff-24-25.jpg | Bin 506059 -> 341612 bytes
3 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/components/main.tsx b/components/main.tsx
index 9aad8e3b..9a2f4031 100644
--- a/components/main.tsx
+++ b/components/main.tsx
@@ -16,8 +16,8 @@ const Main = () => {
/>
-
- TAIWANESE AMERICAN STUDENT ASSOCIATION
+
+ taiwanese american student association
diff --git a/components/navbar.tsx b/components/navbar.tsx
index fd387c16..73be8004 100644
--- a/components/navbar.tsx
+++ b/components/navbar.tsx
@@ -35,7 +35,7 @@ export default function NavBar() {
}, [navOpen]);
return (
-