Merge version_2 into main #9

Merged
bender merged 2 commits from version_2 into main 2026-03-08 05:24:04 +00:00
2 changed files with 24 additions and 1422 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -117,16 +117,20 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: 1, title: "Academic Excellence", description: "Cutting-edge curriculum delivered by highly qualified educators, with consistent top SPM performance and pathway to local and international tertiary education.", imageSrc: "http://img.b2bpic.net/free-vector/flat-university-concept_23-2148183645.jpg", imageAlt: "Modern academic facilities and learning environment"
id: 1,
title: "Academic Excellence", description: "Cutting-edge curriculum delivered by highly qualified educators, with consistent top SPM performance and pathway to local and international tertiary education.", imageSrc: "http://img.b2bpic.net/free-vector/flat-university-concept_23-2148183645.jpg", imageAlt: "Modern academic facilities and learning environment"
},
{
id: 2, title: "World-Class Facilities", description: "State-of-the-art laboratories, libraries, sports complexes, and comfortable residential quarters that support every aspect of student wellbeing and development.", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708003.jpg", imageAlt: "Residential and recreational facilities"
id: 2,
title: "World-Class Facilities", description: "State-of-the-art laboratories, libraries, sports complexes, and comfortable residential quarters that support every aspect of student wellbeing and development.", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708003.jpg", imageAlt: "Residential and recreational facilities"
},
{
id: 3, title: "Vibrant Culture", description: "Rich co-curricular programs spanning sports, arts, sciences, and leadership development—fostering creativity, teamwork, and lifelong passions beyond the classroom.", imageSrc: "http://img.b2bpic.net/free-photo/group-teenagers-cute-cheerleader-uniform_23-2149111079.jpg", imageAlt: "Cultural activities and student engagement"
id: 3,
title: "Vibrant Culture", description: "Rich co-curricular programs spanning sports, arts, sciences, and leadership development—fostering creativity, teamwork, and lifelong passions beyond the classroom.", imageSrc: "http://img.b2bpic.net/free-photo/group-teenagers-cute-cheerleader-uniform_23-2149111079.jpg", imageAlt: "Cultural activities and student engagement"
},
{
id: 4, title: "Personalized Support", description: "Dedicated pastoral care, academic mentorship, and counseling services ensure every student's emotional, social, and intellectual needs are met throughout their journey.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-fun-with-her-father-s-guitar_23-2147624695.jpg", imageAlt: "Mentorship and student support services"
id: 4,
title: "Personalized Support", description: "Dedicated pastoral care, academic mentorship, and counseling services ensure every student's emotional, social, and intellectual needs are met throughout their journey.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-fun-with-her-father-s-guitar_23-2147624695.jpg", imageAlt: "Mentorship and student support services"
}
]}
textboxLayout="default"
@@ -326,4 +330,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}