diff --git a/components/Header.jsx b/components/Header.jsx index 1325398..c6b539f 100644 --- a/components/Header.jsx +++ b/components/Header.jsx @@ -27,7 +27,7 @@ const Header = () => { { name: "Home", href: "#home" }, { name: "About", href: "#aboutScroll" }, { name: "Projects", href: "#projectScroll" }, - { name: "Experiences", href: "#experiencesScroll" }, + { name: "Experience", href: "#experiencesScroll" }, { name: "Education", href: "#educationScroll" }, { name: "Contact", href: "#contactScroll" }, ];