diff --git a/src/App.jsx b/src/App.jsx index 129bc5a..0e3e6a6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -11,6 +11,7 @@ import Loader from "@/components/Loader"; import ScrollToTop from "@/components/ScrollToTop"; const navLinks = [ + { name: "Home", path: "/" }, { name: "About Us", path: "/about-us" }, { name: "Our Team", path: "/teams" }, { name: "Gallery", path: "/gallery" }, diff --git a/src/components/Navbar/index.jsx b/src/components/Navbar/index.jsx index 7ecd339..4042806 100644 --- a/src/components/Navbar/index.jsx +++ b/src/components/Navbar/index.jsx @@ -19,7 +19,9 @@ function Navbar({ links }) { return (