Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-08 20:38:00 +00:00
2 changed files with 1372 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -102,9 +102,9 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
id: "1", value: "95%", title: "College Acceptance", description: "Students accepted to top-tier universities", imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg", imageAlt: "Celebration of academic achievement"},
id: "1", value: "95%", title: "College Acceptance", description: "Students accepted to top-tier universities", imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg?_wi=1", imageAlt: "Celebration of academic achievement"},
{
id: "2", value: "1000+", title: "Graduates", description: "Successful alumni making global impact", imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg", imageAlt: "Graduation ceremony milestone"},
id: "2", value: "1000+", title: "Graduates", description: "Successful alumni making global impact", imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg?_wi=2", imageAlt: "Graduation ceremony milestone"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -143,11 +143,11 @@ export default function LandingPage() {
{
id: "academics", groupTitle: "Academic Leadership", members: [
{
id: "1", title: "Dr. Sarah Matthews", subtitle: "Head of School", detail: "PhD in Education, 20+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg", imageAlt: "Dr. Sarah Matthews"},
id: "1", title: "Dr. Sarah Matthews", subtitle: "Head of School", detail: "PhD in Education, 20+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg?_wi=1", imageAlt: "Dr. Sarah Matthews"},
{
id: "2", title: "Professor James Liu", subtitle: "STEM Director", detail: "Former research scientist, innovative curriculum designer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg", imageAlt: "Professor James Liu"},
id: "2", title: "Professor James Liu", subtitle: "STEM Director", detail: "Former research scientist, innovative curriculum designer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg?_wi=2", imageAlt: "Professor James Liu"},
{
id: "3", title: "Margaret O'Brien", subtitle: "Arts & Humanities", detail: "Award-winning educator, creative arts advocate", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg", imageAlt: "Margaret O'Brien"},
id: "3", title: "Margaret O'Brien", subtitle: "Arts & Humanities", detail: "Award-winning educator, creative arts advocate", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg?_wi=3", imageAlt: "Margaret O'Brien"},
],
},
]}