© {new Date().getFullYear()} Hyper Learning. All rights reserved. diff --git a/components/navbar.tsx b/components/navbar.tsx index 53438af..278160b 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -18,12 +18,12 @@ const navLinks = [ href: "/#Universities", }, { - label: "About", - href: "/about", + label: "Contact", + href: "/#Contact", }, { - label: "Contact", - href: "/contact", + label: "About", + href: "/about", }, ]; diff --git a/features/landing/hero.tsx b/features/landing/hero.tsx index 5769593..5fbbc26 100644 --- a/features/landing/hero.tsx +++ b/features/landing/hero.tsx @@ -97,7 +97,7 @@ export default function Hero() {
Big O notation represents the maximum growth rate of an @@ -335,7 +335,7 @@ export default function Hero() { {/* Related Questions */}
Related Previous Year Questions @@ -343,7 +343,7 @@ export default function Hero() {
+
{university.description}
@@ -208,7 +208,7 @@ export default function Universities() {