alphabetical orfer change

This commit is contained in:
Emily Neighbour 2025-04-28 12:32:49 +01:00
parent a738260c0a
commit a9b6824efa

View File

@ -45,7 +45,7 @@ function NavbarButton({ name, href, dropdownItems }: { name: string; href: strin
export default function Navbar() {
const navOptions = useMemo(() => ["Earthquakes", "Observatories", "Warehouse", "Shop"], []);
// const navOptions = useMemo(() => ["Earthquakes"], []);
const aboutDropdown = ["Our Mission", "The Team", "Contact Us"];
const aboutDropdown = ["Contact Us", "Our Mission", "The Team"];
// { label: "Our Mission", path: "/our-mission" },
// { label: "The Team", path: "/the-team" },
// { label: "Contact Us", path: "/contact-us" }]