diff --git a/web/app/landing/navigation.tsx b/web/app/landing/navigation.tsx index 067f8866..dace70f2 100644 --- a/web/app/landing/navigation.tsx +++ b/web/app/landing/navigation.tsx @@ -1,5 +1,5 @@ export const navigation = [ - { name: "About", href: "/about" }, + { name: "About", href: "https://www.nuft.dev" }, { name: "FAQ", href: "#faq" }, { name: "Contact", href: "/contact" }, { name: "Apply", href: "/register" },