diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index bbc13e5..6917911 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -19,8 +19,7 @@ export default function ProgramsPage() { const footerColumns = [ { - title: "Institution", - items: [ + title: "Institution", items: [ { label: "About CPSC", href: "/about" }, { label: "Our Mission", href: "/about" }, { label: "Faculty Directory", href: "#" }, @@ -28,8 +27,7 @@ export default function ProgramsPage() { ], }, { - title: "Academics", - items: [ + title: "Academics", items: [ { label: "Programs", href: "/programs" }, { label: "Course Catalog", href: "#" }, { label: "Schedule", href: "#" }, @@ -37,8 +35,7 @@ export default function ProgramsPage() { ], }, { - title: "Admissions", - items: [ + title: "Admissions", items: [ { label: "Apply Now", href: "/admissions" }, { label: "Enrollment Info", href: "/admissions" }, { label: "Financial Aid", href: "#" }, @@ -46,8 +43,7 @@ export default function ProgramsPage() { ], }, { - title: "Campus Life", - items: [ + title: "Campus Life", items: [ { label: "Events Calendar", href: "#" }, { label: "Student Activities", href: "#" }, { label: "Facilities", href: "#" }, @@ -55,8 +51,7 @@ export default function ProgramsPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Contact Us", href: "/contact" }, { label: "Email Support", href: "mailto:info@cpsc.edu" }, { label: "Phone", href: "tel:+639123456789" }, @@ -72,7 +67,7 @@ export default function ProgramsPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -91,13 +86,8 @@ export default function ProgramsPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Science & Technology", - description: "Advanced courses in biology, chemistry, physics, and engineering preparing students for technical careers and higher education", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=3", - imageAlt: "STEM learning", - }, + id: "1", title: "Science & Technology", description: "Advanced courses in biology, chemistry, physics, and engineering preparing students for technical careers and higher education", media: { + imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "STEM learning"}, items: [ { icon: CheckCircle, text: "Hands-on laboratory experience" }, { icon: CheckCircle, text: "Industry partnerships and internships" }, @@ -106,13 +96,8 @@ export default function ProgramsPage() { reverse: false, }, { - id: "2", - title: "Arts & Humanities", - description: "Comprehensive program in literature, history, philosophy, and social sciences fostering critical thinking and cultural awareness", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=3", - imageAlt: "Arts education", - }, + id: "2", title: "Arts & Humanities", description: "Comprehensive program in literature, history, philosophy, and social sciences fostering critical thinking and cultural awareness", media: { + imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Arts education"}, items: [ { icon: CheckCircle, text: "Creative expression and performance" }, { icon: CheckCircle, text: "Debate and public speaking" }, @@ -121,13 +106,8 @@ export default function ProgramsPage() { reverse: true, }, { - id: "3", - title: "Communication & Language", - description: "English, Filipino, and foreign languages with emphasis on practical communication skills and global perspectives", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=3", - imageAlt: "Humanities learning", - }, + id: "3", title: "Communication & Language", description: "English, Filipino, and foreign languages with emphasis on practical communication skills and global perspectives", media: { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg", imageAlt: "Humanities learning"}, items: [ { icon: CheckCircle, text: "Native and fluent language instruction" }, { icon: CheckCircle, text: "International exchange programs" }, @@ -149,7 +129,7 @@ export default function ProgramsPage() { tagAnimation="slide-up" title="Stay Informed About CPSC" description="Subscribe to our newsletter to receive updates on admissions, events, academic programs, and student success stories." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe"