diff --git a/components/shop/Navbar.tsx b/components/shop/Navbar.tsx
index 531d2ba..e24bba7 100644
--- a/components/shop/Navbar.tsx
+++ b/components/shop/Navbar.tsx
@@ -8,30 +8,39 @@ export default function Navbar() {
-
+
About
+ className="font-extralight text-lg text-gray-900 hover:text-green-600 hover: transition ease-in-out duration-300">About
Team
+ className="font-extralight text-lg text-gray-900 hover:text-green-600 hover: transition ease-in-out duration-300">Team
Projects
+ className="font-extralight text-lg text-gray-900 hover:text-green-600 hover: transition ease-in-out duration-300">Projects
Sponsors
- Shop
+ className="font-extralight text-lg text-gray-900 hover:text-green-600 hover: transition ease-in-out duration-300">Sponsors
+ Shop
Contact
+ className="font-extralight text-lg text-gray-900 hover:text-green-600 hover: transition ease-in-out duration-300">Contact
- );
+);
}
\ No newline at end of file