diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 03e8a2f..c9aecc6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,8 +26,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Academic", - items: [ + title: "Academic", items: [ { label: "Programs", href: "/programs" }, { label: "Admissions", href: "/admissions" }, { label: "Faculty", href: "/faculty" }, @@ -35,8 +34,7 @@ export default function AboutPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Mission & Vision", href: "/about" }, { label: "Leadership", href: "#team" }, { label: "Values", href: "#values" }, @@ -44,8 +42,7 @@ export default function AboutPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "Student Services", href: "#" }, { label: "Career Services", href: "#" }, @@ -80,10 +77,8 @@ export default function AboutPage() {