From a1432478cd7a4ec78feb247c8eb031da35247bce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:16:32 +0000 Subject: [PATCH] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 39 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index 3edd650..0fdded2 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: "Core Curriculum", href: "/programs" }, { label: "Elective Courses", href: "/courses" }, { label: "Career Tracks", href: "/programs" }, @@ -27,8 +26,7 @@ export default function AdmissionsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Course Catalog", href: "/courses" }, { label: "Academic Calendar", href: "/" }, { label: "Student Support", href: "/" }, @@ -36,8 +34,7 @@ export default function AdmissionsPage() { ], }, { - title: "Admissions", - items: [ + title: "Admissions", items: [ { label: "Apply Now", href: "/admissions" }, { label: "Financial Aid", href: "/" }, { label: "Campus Tours", href: "/" }, @@ -72,10 +69,11 @@ export default function AdmissionsPage() { { value: "1,200+", title: "Students Enrolled" }, { value: "92%", title: "Acceptance Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg" imageAlt="Students on campus" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -89,34 +87,19 @@ export default function AdmissionsPage() { mediaAnimation="slide-up" faqsAnimation="slide-up" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" imageAlt="Admissions support" faqs={[ { - id: "1", - title: "What are the application requirements?", - content: "Required materials include: completed application form, official transcripts from current school, letter of recommendation from a teacher, essay on your educational goals, and any standardized test scores if available. We'll guide you through each step.", - }, + id: "1", title: "What are the application requirements?", content: "Required materials include: completed application form, official transcripts from current school, letter of recommendation from a teacher, essay on your educational goals, and any standardized test scores if available. We'll guide you through each step."}, { - id: "2", - title: "When are application deadlines?", - content: "Rolling admissions begin September 1st. Early applications receive priority consideration. Most programs have soft deadlines in December and final deadlines in March, but spots may fill before the deadline.", - }, + id: "2", title: "When are application deadlines?", content: "Rolling admissions begin September 1st. Early applications receive priority consideration. Most programs have soft deadlines in December and final deadlines in March, but spots may fill before the deadline."}, { - id: "3", - title: "What is the tuition and financial aid process?", - content: "We offer competitive tuition rates with flexible payment plans. Financial aid is available through scholarships, grants, and payment plans. Complete the financial aid application to explore options that fit your family's budget.", - }, + id: "3", title: "What is the tuition and financial aid process?", content: "We offer competitive tuition rates with flexible payment plans. Financial aid is available through scholarships, grants, and payment plans. Complete the financial aid application to explore options that fit your family's budget."}, { - id: "4", - title: "Can I visit campus before applying?", - content: "Absolutely! We encourage campus visits. Schedule a tour, attend an information session, or participate in a trial class. Visiting helps you experience our community and make an informed decision.", - }, + id: "4", title: "Can I visit campus before applying?", content: "Absolutely! We encourage campus visits. Schedule a tour, attend an information session, or participate in a trial class. Visiting helps you experience our community and make an informed decision."}, { - id: "5", - title: "How long does the application process take?", - content: "Once you submit your complete application, our team typically reviews it within 2-3 weeks. We'll contact you with an admissions decision and next steps. Admitted students have 2 weeks to confirm enrollment.", - }, + id: "5", title: "How long does the application process take?", content: "Once you submit your complete application, our team typically reviews it within 2-3 weeks. We'll contact you with an admissions decision and next steps. Admitted students have 2 weeks to confirm enrollment."}, ]} />