Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 14:35:53 +00:00
parent dbdbe3b5d0
commit 91647ddcea

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Institution",
items: [
title: "Institution", items: [
{ label: "About CPSC", href: "/about" },
{ label: "Our Mission", href: "/about" },
{ label: "Faculty Directory", href: "#" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Academics",
items: [
title: "Academics", items: [
{ label: "Programs", href: "/programs" },
{ label: "Course Catalog", href: "#" },
{ label: "Schedule", href: "#" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Admissions",
items: [
title: "Admissions", items: [
{ label: "Apply Now", href: "/admissions" },
{ label: "Enrollment Info", href: "/admissions" },
{ label: "Financial Aid", href: "#" },
@@ -47,8 +44,7 @@ export default function AboutPage() {
],
},
{
title: "Campus Life",
items: [
title: "Campus Life", items: [
{ label: "Events Calendar", href: "#" },
{ label: "Student Activities", href: "#" },
{ label: "Facilities", href: "#" },
@@ -56,8 +52,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Email Support", href: "mailto:info@cpsc.edu" },
{ label: "Phone", href: "tel:+639123456789" },
@@ -73,7 +68,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -94,7 +89,7 @@ export default function AboutPage() {
{ value: "25+", title: "Years of Excellence" },
{ value: "2000+", title: "Alumni Success Stories" },
]}
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg"
imageAlt="State-of-the-art classroom facilities"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -111,33 +106,13 @@ export default function AboutPage() {
tagAnimation="slide-up"
team={[
{
id: "1",
name: "Dr. Maria Santos",
role: "Principal & Administrator",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=5",
imageAlt: "Dr. Maria Santos",
},
id: "1", name: "Dr. Maria Santos", role: "Principal & Administrator", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Maria Santos"},
{
id: "2",
name: "Prof. Juan Reyes",
role: "Head of Science",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=6",
imageAlt: "Prof. Juan Reyes",
},
id: "2", name: "Prof. Juan Reyes", role: "Head of Science", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Prof. Juan Reyes"},
{
id: "3",
name: "Dr. Isabella Cruz",
role: "Head of Humanities",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=7",
imageAlt: "Dr. Isabella Cruz",
},
id: "3", name: "Dr. Isabella Cruz", role: "Head of Humanities", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Isabella Cruz"},
{
id: "4",
name: "Mr. Ramon Flores",
role: "Head of Arts",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=8",
imageAlt: "Mr. Ramon Flores",
},
id: "4", name: "Mr. Ramon Flores", role: "Head of Arts", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Mr. Ramon Flores"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -152,7 +127,7 @@ export default function AboutPage() {
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"