From a5f1ae59b42faa62842cfeb09196828f3f4769ea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 18:46:55 +0000 Subject: [PATCH] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 129 +++++++++------------------------------ 1 file changed, 30 insertions(+), 99 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index db19b90..a6c948b 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Activity, Briefcase, Code, Leaf, Palette } from "lucide-react"; @@ -26,81 +26,40 @@ export default function LandingPage() {
-
@@ -109,71 +68,43 @@ export default function LandingPage() { logoText="Nexus University" columns={[ { - title: "Academics", - items: [ + title: "Academics", items: [ { - label: "Explore Courses", - href: "/courses", - }, + label: "Explore Courses", href: "/courses"}, { - label: "Faculty & Research", - href: "#", - }, + label: "Faculty & Research", href: "#"}, { - label: "Admissions", - href: "/contact", - }, + label: "Admissions", href: "/contact"}, ], }, { - title: "Campus Life", - items: [ + title: "Campus Life", items: [ { - label: "Events", - href: "#", - }, + label: "Events", href: "#"}, { - label: "Student Organizations", - href: "#", - }, + label: "Student Organizations", href: "#"}, { - label: "Athletics", - href: "#", - }, + label: "Athletics", href: "#"}, ], }, { - title: "About", - items: [ + title: "About", items: [ { - label: "Our Mission", - href: "/about", - }, + label: "Our Mission", href: "/about"}, { - label: "Leadership", - href: "/about#about-leadership", - }, + label: "Leadership", href: "/about#about-leadership"}, { - label: "History", - href: "/about#about-history", - }, + label: "History", href: "/about#about-history"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Newsletter", - href: "#", - }, + label: "Newsletter", href: "#"}, ], }, ]}