From 01063fea01c7704aac3fd0476fd11d2b46aa2429 Mon Sep 17 00:00:00 2001 From: Mitiksha Paliwal Date: Sun, 5 Jan 2025 12:56:31 +0530 Subject: [PATCH] add home link --- src/App.jsx | 1 + src/components/Navbar/index.jsx | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) 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 (