From e94eae0b60059574469f5fc92e70416008a74dcb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:34:09 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 95 ++++++++++++------------------------------ 1 file changed, 26 insertions(+), 69 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c954501..3e0f427 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Undergraduate", href: "/programs" }, { label: "Graduate", href: "/programs" }, { label: "Certifications", href: "/programs" }, @@ -28,17 +27,15 @@ export default function AboutPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Mission", href: "/about" }, - { label: "Faculty & Staff", href: "/about" }, + { label: "Faculty & Staff", href: "/faculty" }, { label: "Accreditation", href: "/about" }, { label: "Careers", href: "/careers" }, ], }, { - title: "Student Services", - items: [ + title: "Student Services", items: [ { label: "Admissions", href: "/admissions" }, { label: "Financial Aid", href: "/financial-aid" }, { label: "Student Support", href: "/support" }, @@ -62,22 +59,20 @@ export default function AboutPage() { >
); -} \ No newline at end of file +} -- 2.49.1 From 251dc405d2e630f962090ee8fcc3a80aa69256eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:34:09 +0000 Subject: [PATCH 2/4] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 58 ++++++++++--------------------------- 1 file changed, 16 insertions(+), 42 deletions(-) diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index c2849f7..8dc25cd 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -18,8 +18,7 @@ export default function AdmissionsPage() { const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Undergraduate", href: "/programs" }, { label: "Graduate", href: "/programs" }, { label: "Certifications", href: "/programs" }, @@ -27,8 +26,7 @@ export default function AdmissionsPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Mission", href: "/about" }, { label: "Faculty & Staff", href: "/about" }, { label: "Accreditation", href: "/about" }, @@ -36,8 +34,7 @@ export default function AdmissionsPage() { ], }, { - title: "Student Services", - items: [ + title: "Student Services", items: [ { label: "Admissions", href: "/admissions" }, { label: "Financial Aid", href: "/financial-aid" }, { label: "Student Support", href: "/support" }, @@ -61,15 +58,13 @@ export default function AdmissionsPage() { > @@ -83,39 +78,18 @@ export default function AdmissionsPage() { animationType="slide-up" features={[ { - id: "undergraduate", - label: "Undergraduate", - title: "Foundation Programs for Career Growth", - items: [ - "Comprehensive 4-year degree programs", - "Industry partnerships and internships", - "Career services and placement support", - "Flexible learning schedule options", - ], + id: "undergraduate", label: "Undergraduate", title: "Foundation Programs for Career Growth", items: [ + "Comprehensive 4-year degree programs", "Industry partnerships and internships", "Career services and placement support", "Flexible learning schedule options"], buttons: [{ text: "Learn More", href: "/programs" }], }, { - id: "graduate", - label: "Graduate", - title: "Advanced Study for Professionals", - items: [ - "Specialized master's degree programs", - "Evening and weekend classes available", - "Networking with industry leaders", - "Executive education opportunities", - ], + id: "graduate", label: "Graduate", title: "Advanced Study for Professionals", items: [ + "Specialized master's degree programs", "Evening and weekend classes available", "Networking with industry leaders", "Executive education opportunities"], buttons: [{ text: "Explore Graduate", href: "/programs" }], }, { - id: "certification", - label: "Certification", - title: "Professional Credentials & Upskilling", - items: [ - "Industry-recognized certifications", - "Accelerated 3-6 month formats", - "Online and hybrid delivery", - "Continuing professional education", - ], + id: "certification", label: "Certification", title: "Professional Credentials & Upskilling", items: [ + "Industry-recognized certifications", "Accelerated 3-6 month formats", "Online and hybrid delivery", "Continuing professional education"], buttons: [{ text: "View Certifications", href: "/programs" }], }, ]} @@ -137,13 +111,13 @@ export default function AdmissionsPage() { ); -} \ No newline at end of file +} -- 2.49.1 From bb0cbaf4bc9d224d9c43831f354195cf1c7ea421 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:34:10 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 229 ++++++++++++----------------------------------- 1 file changed, 58 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b8326f..97948e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Undergraduate", href: "/programs" }, { label: "Graduate", href: "/programs" }, { label: "Certifications", href: "/programs" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Mission", href: "/" }, { label: "Faculty & Staff", href: "/faculty" }, { label: "Accreditation", href: "/" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Student Services", - items: [ + title: "Student Services", items: [ { label: "Admissions", href: "/admissions" }, { label: "Financial Aid", href: "#" }, { label: "Student Support", href: "#" }, @@ -66,37 +63,31 @@ export default function HomePage() { >
@@ -105,16 +96,12 @@ export default function HomePage() {
@@ -240,33 +182,13 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" members={[ { - id: "faculty-1", - name: "Dr. Rachel Wong", - role: "Program Director", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1", - imageAlt: "Dr. Rachel Wong", - }, + id: "faculty-1", name: "Dr. Rachel Wong", role: "Program Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-8gqbyn51.jpg", imageAlt: "Dr. Rachel Wong"}, { - id: "faculty-2", - name: "Prof. Michael Chen", - role: "Senior Instructor", - imageSrc: "http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg?_wi=1", - imageAlt: "Prof. Michael Chen", - }, + id: "faculty-2", name: "Prof. Michael Chen", role: "Senior Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-mtogx0io.jpg", imageAlt: "Prof. Michael Chen"}, { - id: "faculty-3", - name: "Dr. Sophia Martinez", - role: "Curriculum Lead", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg?_wi=1", - imageAlt: "Dr. Sophia Martinez", - }, + id: "faculty-3", name: "Dr. Sophia Martinez", role: "Curriculum Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-sfhkxejy.jpg", imageAlt: "Dr. Sophia Martinez"}, { - id: "faculty-4", - name: "Prof. James Anderson", - role: "Industry Liaison", - imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=1", - imageAlt: "Prof. James Anderson", - }, + id: "faculty-4", name: "Prof. James Anderson", role: "Industry Liaison", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=1", imageAlt: "Prof. James Anderson"}, ]} />
@@ -281,89 +203,54 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "graduate-1", - name: "Sarah Johnson", - role: "Class of 2023", - company: "Tech Innovators Inc", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-haired-serious-girl-jeans-jacket-glasses-reads-book-against-summer-green-park_231208-4230.jpg", - imageAlt: "Sarah Johnson", - }, + id: "graduate-1", name: "Sarah Johnson", role: "Class of 2023", company: "Tech Innovators Inc", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-haired-serious-girl-jeans-jacket-glasses-reads-book-against-summer-green-park_231208-4230.jpg", imageAlt: "Sarah Johnson"}, { - id: "parent-1", - name: "Margaret & Robert Lee", - role: "Parents", - company: "Student Family", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-helping-his-son-online-class_23-2149126697.jpg", - imageAlt: "Margaret & Robert Lee", - }, + id: "parent-1", name: "Margaret & Robert Lee", role: "Parents", company: "Student Family", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/father-helping-his-son-online-class_23-2149126697.jpg", imageAlt: "Margaret & Robert Lee"}, { - id: "professional-1", - name: "David Kumar", - role: "Career Changer", - company: "Tech Consulting", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104967.jpg", - imageAlt: "David Kumar", - }, + id: "professional-1", name: "David Kumar", role: "Career Changer", company: "Tech Consulting", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104967.jpg", imageAlt: "David Kumar"}, { - id: "alumnus-1", - name: "Emily Rodriguez", - role: "Class of 2020", - company: "Fortune 500 Company", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-executives-collaborating-office-analyzing-data-business-growth_482257-123720.jpg", - imageAlt: "Emily Rodriguez", - }, + id: "alumnus-1", name: "Emily Rodriguez", role: "Class of 2020", company: "Fortune 500 Company", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-executives-collaborating-office-analyzing-data-business-growth_482257-123720.jpg", imageAlt: "Emily Rodriguez"}, ]} kpiItems={[ { - value: "92%", - label: "Graduate satisfaction rating", - }, + value: "92%", label: "Graduate satisfaction rating"}, { - value: "96%", - label: "Job placement rate", - }, + value: "96%", label: "Job placement rate"}, { - value: "1500+", - label: "Employer partners", - }, + value: "1500+", label: "Employer partners"}, ]} />
); -} \ No newline at end of file +} -- 2.49.1 From e1ff4f7e2b2b8700e0868333dfa85923d533e485 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:34:10 +0000 Subject: [PATCH 4/4] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 138 ++++++++++---------------------------- 1 file changed, 37 insertions(+), 101 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 5d7d8e5..1764d8d 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -10,8 +10,7 @@ import FooterMedia from "@/components/sections/footer/FooterMedia"; export default function ProgramsPage() { const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Undergraduate", href: "/programs" }, { label: "Graduate", href: "/programs" }, { label: "Certifications", href: "/programs" }, @@ -19,18 +18,16 @@ export default function ProgramsPage() { ], }, { - title: "About", - items: [ - { label: "Our Mission", href: "/" }, - { label: "Faculty & Staff", href: "/" }, + title: "About", items: [ + { label: "Our Mission", href: "/about" }, + { label: "Faculty & Staff", href: "/faculty" }, { label: "Accreditation", href: "/" }, { label: "Careers", href: "#" }, ], }, { - title: "Student Services", - items: [ - { label: "Admissions", href: "#" }, + title: "Student Services", items: [ + { label: "Admissions", href: "/admissions" }, { label: "Financial Aid", href: "#" }, { label: "Student Support", href: "#" }, { label: "Contact Us", href: "#" }, @@ -53,18 +50,16 @@ export default function ProgramsPage() { > @@ -78,69 +73,33 @@ export default function ProgramsPage() { animationType="slide-up" features={[ { - id: "undergraduate-detail", - label: "Undergraduate", - title: "Bachelor's Degree Programs", - items: [ - "4-year comprehensive curriculum", - "Internship and co-op opportunities", - "Career preparation and mentorship", - "Affordable tuition with financial aid", - "Campus and online options", - ], + id: "undergraduate-detail", label: "Undergraduate", title: "Bachelor's Degree Programs", items: [ + "4-year comprehensive curriculum", "Internship and co-op opportunities", "Career preparation and mentorship", "Affordable tuition with financial aid", "Campus and online options"], buttons: [ { - text: "Learn More", - href: "/programs", - }, + text: "Learn More", href: "/programs"}, { - text: "Apply Now", - href: "#", - }, + text: "Apply Now", href: "/admissions"}, ], }, { - id: "graduate-detail", - label: "Graduate", - title: "Master's & Doctoral Programs", - items: [ - "Specialized master's degrees", - "Research-focused PhD programs", - "Flexible evening and weekend schedules", - "Networking with industry leaders", - "Career advancement support", - ], + id: "graduate-detail", label: "Graduate", title: "Master's & Doctoral Programs", items: [ + "Specialized master's degrees", "Research-focused PhD programs", "Flexible evening and weekend schedules", "Networking with industry leaders", "Career advancement support"], buttons: [ { - text: "View Programs", - href: "/programs", - }, + text: "View Programs", href: "/programs"}, { - text: "Request Information", - href: "#", - }, + text: "Request Information", href: "#"}, ], }, { - id: "certification-detail", - label: "Certification", - title: "Professional Certifications & Credentials", - items: [ - "Industry-recognized certifications", - "Short-term intensive programs", - "Hybrid online and in-person learning", - "Continuous professional development", - "Employer partnership programs", - ], + id: "certification-detail", label: "Certification", title: "Professional Certifications & Credentials", items: [ + "Industry-recognized certifications", "Short-term intensive programs", "Hybrid online and in-person learning", "Continuous professional development", "Employer partnership programs"], buttons: [ { - text: "Browse Certifications", - href: "/programs", - }, + text: "Browse Certifications", href: "/programs"}, { - text: "Enroll Today", - href: "#", - }, + text: "Enroll Today", href: "/admissions"}, ], }, ]} @@ -157,34 +116,16 @@ export default function ProgramsPage() { animationType="slide-up" metrics={[ { - id: "completion", - value: "94%", - title: "Program Completion Rate", - items: [ - "Student persistence and support", - "Flexible scheduling accommodates", - "Strong academic advising systems", - ], + id: "completion", value: "94%", title: "Program Completion Rate", items: [ + "Student persistence and support", "Flexible scheduling accommodates", "Strong academic advising systems"], }, { - id: "employment", - value: "96%", - title: "Employment Within 6 Months", - items: [ - "Career services team assistance", - "Industry partnership placements", - "Alumni network opportunities", - ], + id: "employment", value: "96%", title: "Employment Within 6 Months", items: [ + "Career services team assistance", "Industry partnership placements", "Alumni network opportunities"], }, { - id: "salary", - value: "35%+", - title: "Average Salary Increase", - items: [ - "Career advancement documented", - "Skills gap closure verified", - "ROI demonstrated post-graduation", - ], + id: "salary", value: "35%+", title: "Average Salary Increase", items: [ + "Career advancement documented", "Skills gap closure verified", "ROI demonstrated post-graduation"], }, ]} /> @@ -196,30 +137,25 @@ export default function ProgramsPage() { animationType="entrance-slide" buttons={[ { - text: "Speak With an Advisor", - href: "#", - }, + text: "Speak With an Advisor", href: "#"}, { - text: "Download Program Guide", - href: "#", - }, + text: "Download Program Guide", href: "#"}, ]} background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} /> ); -} \ No newline at end of file +} -- 2.49.1