From 31dc6d24f2adb6cbe40bf94e143c82960fc3e586 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:31:38 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 54 +++++++++++++----------------------------- 1 file changed, 17 insertions(+), 37 deletions(-) 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() { Date: Fri, 6 Mar 2026 03:31:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 330 +++++++++++++---------------------------------- 1 file changed, 88 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 991c339..9b6db9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Academic", - items: [ + title: "Academic", items: [ { label: "Programs", href: "/programs" }, { label: "Admissions", href: "/admissions" }, { label: "Faculty", href: "/faculty" }, @@ -54,8 +53,7 @@ export default function HomePage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Mission & Vision", href: "/about" }, { label: "Leadership", href: "#team" }, { label: "Values", href: "#values" }, @@ -63,8 +61,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "Student Services", href: "#" }, { label: "Career Services", href: "#" }, @@ -110,41 +107,23 @@ export default function HomePage() { buttonAnimation="blur-reveal" carouselItems={[ { - id: "carousel-1", - imageSrc: - "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg?_wi=1", - imageAlt: "DHA Suffa University Campus", - }, + id: "carousel-1", imageSrc: + "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", imageAlt: "DHA Suffa University Campus"}, { - id: "carousel-2", - imageSrc: - "http://img.b2bpic.net/free-photo/aerial-shot-king-s-college-campus-cambridge-university-cambridge-united-kingdom_181624-3293.jpg", - imageAlt: "Aerial View of Campus", - }, + id: "carousel-2", imageSrc: + "http://img.b2bpic.net/free-photo/aerial-shot-king-s-college-campus-cambridge-university-cambridge-united-kingdom_181624-3293.jpg", imageAlt: "Aerial View of Campus"}, { - id: "carousel-3", - imageSrc: - "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg", - imageAlt: "Students in Classroom", - }, + id: "carousel-3", imageSrc: + "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg", imageAlt: "Students in Classroom"}, { - id: "carousel-4", - imageSrc: - "http://img.b2bpic.net/free-photo/young-man-scientist-looking-pensive-chemical-solution-test-tubes-team-chemical-chemists-working-together-sterile-microbiology-lab-doing-research_482257-10055.jpg", - imageAlt: "Research Laboratory", - }, + id: "carousel-4", imageSrc: + "http://img.b2bpic.net/free-photo/young-man-scientist-looking-pensive-chemical-solution-test-tubes-team-chemical-chemists-working-together-sterile-microbiology-lab-doing-research_482257-10055.jpg", imageAlt: "Research Laboratory"}, { - id: "carousel-5", - imageSrc: - "http://img.b2bpic.net/free-photo/young-concentrated-students-studying-outdoors_171337-11729.jpg", - imageAlt: "Campus Activities", - }, + id: "carousel-5", imageSrc: + "http://img.b2bpic.net/free-photo/young-concentrated-students-studying-outdoors_171337-11729.jpg", imageAlt: "Campus Activities"}, { - id: "carousel-6", - imageSrc: - "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg?_wi=2", - imageAlt: "DHA Suffa University", - }, + id: "carousel-6", imageSrc: + "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", imageAlt: "DHA Suffa University"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -159,11 +138,8 @@ export default function HomePage() { { id: "programs", icon: BookOpen, title: "Programs", value: "30+" }, { id: "faculty", icon: Briefcase, title: "Faculty", value: "200+" }, { - id: "research", - icon: Microscope, - title: "Research Projects", - value: "150+", - }, + id: "research", icon: Microscope, + title: "Research Projects", value: "150+"}, ]} title="University Highlights" description="DHA Suffa University by the Numbers - A Commitment to Excellence" @@ -181,17 +157,11 @@ export default function HomePage() {