diff --git a/components/navbar.tsx b/components/navbar.tsx index e32fa60..43777f2 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -10,8 +10,8 @@ import { Moon, House, GraduationCap, - MessageSquare, - Info, + Mail, + BookOpen, Search, } from "lucide-react"; import { motion, AnimatePresence } from "framer-motion"; @@ -31,15 +31,15 @@ const navLinks = [ href: "/#Universities", icon: GraduationCap, }, - { - label: "About", - href: "/about", - icon: Info, - }, { label: "Contact", href: "/#Contact", - icon: MessageSquare, + icon: Mail, + }, + { + label: "About", + href: "/about", + icon: BookOpen, }, ]; @@ -168,7 +168,7 @@ export default function Navbar() {
@@ -299,15 +299,19 @@ export default function Navbar() { className="group relative flex flex-col items-center justify-center gap-1.5 outline-none" > - {/* Active Indicator Line (Facebook Style) */} + {/* Active Indicator Line (Premium Clean Style) */} {isActive && ( {currentTheme !== "dark" ? ( Theme {mounted && ( -
+