diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 0e74c25..93ac50b 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -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" }]