-
-
- {navLinks.map((link) => (
- -
- {link.name}
+
+
+
+
+ {/* Right: Cart Icon */}
+
+
+ {/* Mobile Menu Toggle */}
+
+
+ {/* Mobile Menu Drawer */}
-
-
-
-
- {navLinks.map((link) => (
- -
- {link.name}
-
- ))}
-
-
-
- Socials!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ {/* Close Button */}
+
+
+
+
+ {/* Mobile Nav Links */}
+
+ {navLinks.map((link) => (
+ -
+ setNavOpen(false)}
+ >
+ {link.name}
+
+
+ ))}
+ {moreNavLinks.map((link) => (
+ -
+ setNavOpen(false)}
+ >
+ {link.name}
+
+
+ ))}
+ -
+ setNavOpen(false)}
+ >
+ store
+
+
+
-
+
);
-};
-
-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.
diff --git a/public/homepage/staff-24-25.jpg b/public/homepage/staff-24-25.jpg
index 33f45b4e..e8f3a227 100644
Binary files a/public/homepage/staff-24-25.jpg and b/public/homepage/staff-24-25.jpg differ