Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:33:07 +00:00
parent f4e46d27e2
commit e26122334e

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
buttonAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg?_wi=1",
imageAlt: "Campus exterior",
},
{
@@ -109,29 +109,29 @@ export default function HomePage() {
imageAlt: "School library",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=1",
imageAlt: "STEM learning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-international-students-sitting-grass-together-park-university-african-caucasian-girls-indian-boy-talking-outdoors_1157-50061.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-international-students-sitting-grass-together-park-university-african-caucasian-girls-indian-boy-talking-outdoors_1157-50061.jpg?_wi=1",
imageAlt: "Students on campus",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=1",
imageAlt: "Arts education",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=1",
imageAlt: "Humanities learning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=1",
imageAlt: "Classroom facilities",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg?_wi=2",
imageAlt: "Campus building",
},
]}
@@ -150,7 +150,7 @@ export default function HomePage() {
{ value: "98%", title: "Student Success Rate" },
{ value: "500+", title: "Active Students" },
]}
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=2"
imageAlt="State-of-the-art classroom facilities"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -171,7 +171,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=2",
imageAlt: "STEM learning",
},
items: [
@@ -186,7 +186,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=2",
imageAlt: "Arts education",
},
items: [
@@ -201,7 +201,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=2",
imageAlt: "Humanities learning",
},
items: [
@@ -230,28 +230,28 @@ export default function HomePage() {
id: "1",
name: "Dr. Maria Santos",
role: "Principal & Administrator",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4",
imageAlt: "Mr. Ramon Flores",
},
]}
@@ -274,7 +274,7 @@ export default function HomePage() {
name: "Angela Martinez",
handle: "Class of 2023",
testimonial: "CPSC gave me the confidence and skills I needed to succeed in college. The teachers genuinely care about your future.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=1",
imageAlt: "Angela Martinez",
},
{
@@ -282,7 +282,7 @@ export default function HomePage() {
name: "Michael Aquino",
handle: "Current Student",
testimonial: "The rigorous curriculum at CPSC has prepared me well for competitive exams and advanced studies.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=2",
imageAlt: "Michael Aquino",
},
{
@@ -290,7 +290,7 @@ export default function HomePage() {
name: "Dr. Robert Chen",
handle: "Parent",
testimonial: "We chose CPSC for our daughter and haven't regretted it. The holistic development focus is exceptional.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=3",
imageAlt: "Dr. Robert Chen",
},
{
@@ -298,7 +298,7 @@ export default function HomePage() {
name: "Lisa Fernandez",
handle: "Class of 2022",
testimonial: "The community at CPSC is welcoming and supportive. I've made lifelong friends and memories here.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=4",
imageAlt: "Lisa Fernandez",
},
{
@@ -306,7 +306,7 @@ export default function HomePage() {
name: "Carlos Reyes",
handle: "Current Student",
testimonial: "Every teacher pushes me to be my best. The extracurricular activities have broadened my horizons.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=5",
imageAlt: "Carlos Reyes",
},
{
@@ -314,7 +314,7 @@ export default function HomePage() {
name: "Patricia Dela Cruz",
handle: "Parent",
testimonial: "CPSC's commitment to excellence and character development is unmatched in our region.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=6",
imageAlt: "Patricia Dela Cruz",
},
]}