Merge version_1 into main #1
300
src/app/page.tsx
300
src/app/page.tsx
@@ -34,81 +34,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#programs",
|
||||
},
|
||||
name: "Programs", id: "#programs"},
|
||||
{
|
||||
name: "Faculty",
|
||||
id: "#faculty",
|
||||
},
|
||||
name: "Faculty", id: "#faculty"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Admissions",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "Admissions", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Saint Peters International Academy"
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Apply Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Inspiring Future Leaders for a Global Tomorrow"
|
||||
description="Saint Peters International Academy offers a world-class education where academic excellence meets holistic development. Discover an environment designed to nurture ambition, critical thinking, and global citizenship."
|
||||
tag="Premier Global Education"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
text: "Explore Programs", href: "#programs"},
|
||||
{
|
||||
text: "Admissions Guide",
|
||||
href: "#faq",
|
||||
},
|
||||
text: "Admissions Guide", href: "#faq"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-school-globe-graduate-uniform-looking-pensive_176474-57874.jpg",
|
||||
imageAlt: "Diverse group of international students studying in a modern library.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-school-globe-graduate-uniform-looking-pensive_176474-57874.jpg", imageAlt: "Diverse group of international students studying in a modern library."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-outside-university_23-2147666469.jpg",
|
||||
imageAlt: "Exterior of the prestigious Saint Peters International Academy building.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-letters-notebook-with-globe_23-2148756591.jpg",
|
||||
imageAlt: "Top view of letters on notebook with globe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/earth-globe-with-graduation-cap-education-day_23-2150980003.jpg",
|
||||
imageAlt: "Earth globe with graduation cap for education day",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-globe-with-diploma-copy-space_23-2148756584.jpg",
|
||||
imageAlt: "Top view of globe with diploma and copy space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-outside-university_23-2147666469.jpg", imageAlt: "Exterior of the prestigious Saint Peters International Academy building."}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.2}
|
||||
@@ -123,17 +86,11 @@ export default function LandingPage() {
|
||||
description="At Saint Peters International Academy, we are dedicated to fostering a rich academic environment that encourages intellectual curiosity and personal growth. Our rigorous curriculum, experienced faculty, and state-of-the-art facilities prepare students not just for higher education, but for meaningful contributions to the world."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Nationalities",
|
||||
},
|
||||
value: "20+", title: "Nationalities"},
|
||||
{
|
||||
value: "95%",
|
||||
title: "University Acceptance",
|
||||
},
|
||||
value: "95%", title: "University Acceptance"},
|
||||
{
|
||||
value: "12:1",
|
||||
title: "Student-Faculty Ratio",
|
||||
},
|
||||
value: "12:1", title: "Student-Faculty Ratio"},
|
||||
]}
|
||||
tag="Our Legacy of Learning"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-orange-plastic-chairs_250224-173.jpg"
|
||||
@@ -150,37 +107,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "stem",
|
||||
label: "STEM & Innovation",
|
||||
title: "Science, Technology, Engineering, Mathematics",
|
||||
items: [
|
||||
"Advanced Robotics & AI",
|
||||
"Biotechnology & Research",
|
||||
"Data Science & Coding Clubs",
|
||||
"Engineering Design Challenges",
|
||||
],
|
||||
id: "stem", label: "STEM & Innovation", title: "Science, Technology, Engineering, Mathematics", items: [
|
||||
"Advanced Robotics & AI", "Biotechnology & Research", "Data Science & Coding Clubs", "Engineering Design Challenges"],
|
||||
},
|
||||
{
|
||||
id: "humanities",
|
||||
label: "Global Humanities",
|
||||
title: "Literature, History, Philosophy & Languages",
|
||||
items: [
|
||||
"Global Diplomacy & Model UN",
|
||||
"Advanced Placement Literature",
|
||||
"World History & Cultures",
|
||||
"Multilingual Immersion Programs",
|
||||
],
|
||||
id: "humanities", label: "Global Humanities", title: "Literature, History, Philosophy & Languages", items: [
|
||||
"Global Diplomacy & Model UN", "Advanced Placement Literature", "World History & Cultures", "Multilingual Immersion Programs"],
|
||||
},
|
||||
{
|
||||
id: "arts",
|
||||
label: "Creative Arts & Performance",
|
||||
title: "Visual Arts, Music, Drama & Dance",
|
||||
items: [
|
||||
"Digital Art & Design Studio",
|
||||
"Orchestra & Choir Ensembles",
|
||||
"Theatrical Productions",
|
||||
"Contemporary Dance Classes",
|
||||
],
|
||||
id: "arts", label: "Creative Arts & Performance", title: "Visual Arts, Music, Drama & Dance", items: [
|
||||
"Digital Art & Design Studio", "Orchestra & Choir Ensembles", "Theatrical Productions", "Contemporary Dance Classes"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Pathways to Success"
|
||||
@@ -198,25 +134,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "alumni",
|
||||
value: "5000+",
|
||||
title: "Thriving Alumni",
|
||||
description: "Graduates making an impact worldwide.",
|
||||
icon: Award,
|
||||
id: "alumni", value: "5000+", title: "Thriving Alumni", description: "Graduates making an impact worldwide.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "scholarships",
|
||||
value: "$10M+",
|
||||
title: "Scholarships Awarded",
|
||||
description: "Empowering access to top universities.",
|
||||
icon: DollarSign,
|
||||
id: "scholarships", value: "$10M+", title: "Scholarships Awarded", description: "Empowering access to top universities.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "programs",
|
||||
value: "15+",
|
||||
title: "International Exchange Programs",
|
||||
description: "Broadening global perspectives.",
|
||||
icon: Globe,
|
||||
id: "programs", value: "15+", title: "International Exchange Programs", description: "Broadening global perspectives.", icon: Globe,
|
||||
},
|
||||
]}
|
||||
title="Our Impact & Achievements"
|
||||
@@ -234,33 +158,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Dr. Elena Petrova",
|
||||
role: "Head of Science Department",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man_23-2148831085.jpg",
|
||||
imageAlt: "Portrait of Dr. Elena Petrova",
|
||||
},
|
||||
id: "member-1", name: "Dr. Elena Petrova", role: "Head of Science Department", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man_23-2148831085.jpg", imageAlt: "Portrait of Dr. Elena Petrova"},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Prof. David Chen",
|
||||
role: "Director of Global Studies",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-teacher-wearing-glasses-holding-sand-watch-sitting-desk-with-school-tools-classroom_141793-136843.jpg",
|
||||
imageAlt: "Portrait of Prof. David Chen",
|
||||
},
|
||||
id: "member-2", name: "Prof. David Chen", role: "Director of Global Studies", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-teacher-wearing-glasses-holding-sand-watch-sitting-desk-with-school-tools-classroom_141793-136843.jpg", imageAlt: "Portrait of Prof. David Chen"},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Ms. Anya Sharma",
|
||||
role: "Lead Arts Educator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classmates-discussing-learning_23-2149265827.jpg",
|
||||
imageAlt: "Portrait of Ms. Anya Sharma",
|
||||
},
|
||||
id: "member-3", name: "Ms. Anya Sharma", role: "Lead Arts Educator", imageSrc: "http://img.b2bpic.net/free-photo/classmates-discussing-learning_23-2149265827.jpg", imageAlt: "Portrait of Ms. Anya Sharma"},
|
||||
{
|
||||
id: "member-4",
|
||||
name: "Mr. Marcus Bell",
|
||||
role: "Mathematics Coordinator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-reading-home_1301-3902.jpg",
|
||||
imageAlt: "Portrait of Mr. Marcus Bell",
|
||||
},
|
||||
id: "member-4", name: "Mr. Marcus Bell", role: "Mathematics Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-reading-home_1301-3902.jpg", imageAlt: "Portrait of Mr. Marcus Bell"},
|
||||
]}
|
||||
title="Meet Our Distinguished Faculty"
|
||||
description="Our educators are more than teachers; they are mentors, innovators, and leaders in their fields, committed to inspiring the next generation. With diverse backgrounds and a passion for learning, they create an unparalleled educational experience."
|
||||
@@ -275,53 +179,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "Alumna '23",
|
||||
testimonial: "Saint Peters didn't just teach me; it empowered me to think critically and pursue my passions. The faculty support was incredible!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-young-students-wearing-graduation-cap-holding-tea-cup_114579-92488.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "Alumna '23", testimonial: "Saint Peters didn't just teach me; it empowered me to think critically and pursue my passions. The faculty support was incredible!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-young-students-wearing-graduation-cap-holding-tea-cup_114579-92488.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
handle: "Parent of '25 Student",
|
||||
testimonial: "The academic rigor combined with a focus on character development is truly outstanding. Our child has flourished here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-female-tourist-rests-her-trip-opens-thermos-drinks-hot-tea-having-break_1258-196634.jpg",
|
||||
imageAlt: "Michael K.",
|
||||
},
|
||||
id: "2", name: "Michael K.", handle: "Parent of '25 Student", testimonial: "The academic rigor combined with a focus on character development is truly outstanding. Our child has flourished here.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-female-tourist-rests-her-trip-opens-thermos-drinks-hot-tea-having-break_1258-196634.jpg", imageAlt: "Michael K."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Priya R.",
|
||||
handle: "Parent of '26 Student",
|
||||
testimonial: "The international perspective and diverse student body have been invaluable. It's truly preparing students for a global future.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-opened-book-outside_23-2148396325.jpg",
|
||||
imageAlt: "Dr. Priya R.",
|
||||
},
|
||||
id: "3", name: "Dr. Priya R.", handle: "Parent of '26 Student", testimonial: "The international perspective and diverse student body have been invaluable. It's truly preparing students for a global future.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-opened-book-outside_23-2148396325.jpg", imageAlt: "Dr. Priya R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alex W.",
|
||||
handle: "Student, Class of '24",
|
||||
testimonial: "I love the engaging classes and the strong sense of community. The teachers really go above and beyond to help us succeed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-wood-classy-world-wide-black_1134-896.jpg",
|
||||
imageAlt: "Alex W.",
|
||||
},
|
||||
id: "4", name: "Alex W.", handle: "Student, Class of '24", testimonial: "I love the engaging classes and the strong sense of community. The teachers really go above and beyond to help us succeed.", imageSrc: "http://img.b2bpic.net/free-photo/map-wood-classy-world-wide-black_1134-896.jpg", imageAlt: "Alex W."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emma L.",
|
||||
handle: "Alumna '22",
|
||||
testimonial: "The individualized attention I received helped me get into my dream university. Forever grateful for the foundation I built here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-playing-with-planes_23-2147997398.jpg",
|
||||
imageAlt: "Emma L.",
|
||||
},
|
||||
id: "5", name: "Emma L.", handle: "Alumna '22", testimonial: "The individualized attention I received helped me get into my dream university. Forever grateful for the foundation I built here.", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-playing-with-planes_23-2147997398.jpg", imageAlt: "Emma L."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chris D.",
|
||||
handle: "Parent of '27 Student",
|
||||
testimonial: "The blend of cultural diversity and academic excellence is what sets Saint Peters apart. We couldn't be happier with our choice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-stretching-hand-head-graduation-gown-cap-looking-cute_176474-82488.jpg",
|
||||
imageAlt: "Blonde girl stretching hand behind head in graduation gown and cap and looking cute",
|
||||
},
|
||||
id: "6", name: "Chris D.", handle: "Parent of '27 Student", testimonial: "The blend of cultural diversity and academic excellence is what sets Saint Peters apart. We couldn't be happier with our choice.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-stretching-hand-head-graduation-gown-cap-looking-cute_176474-82488.jpg", imageAlt: "Blonde girl stretching hand behind head in graduation gown and cap and looking cute"},
|
||||
]}
|
||||
title="Voices of Our Community"
|
||||
description="Hear directly from our students and parents about their transformative experiences at Saint Peters International Academy. Their stories reflect our commitment to excellence and a nurturing environment."
|
||||
@@ -335,14 +203,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Education Alliance",
|
||||
"International Baccalaureate Organization",
|
||||
"Council of International Schools",
|
||||
"Accredited Schools International",
|
||||
"World Education Group",
|
||||
"Future Leaders Network",
|
||||
"Academic Excellence Foundation",
|
||||
]}
|
||||
"Global Education Alliance", "International Baccalaureate Organization", "Council of International Schools", "Accredited Schools International", "World Education Group", "Future Leaders Network", "Academic Excellence Foundation"]}
|
||||
title="Accredited by the Best"
|
||||
description="Our commitment to unparalleled educational standards is recognized globally. We proudly partner with leading educational bodies and organizations to ensure our curriculum and practices meet the highest international benchmarks."
|
||||
tag="Our Esteemed Partners"
|
||||
@@ -356,30 +217,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What age groups does Saint Peters International Academy cater to?",
|
||||
content: "We offer programs for students from early years (Kindergarten) through High School (Grade 12), providing a continuous and comprehensive educational journey.",
|
||||
},
|
||||
id: "q1", title: "What age groups does Saint Peters International Academy cater to?", content: "We offer programs for students from early years (Kindergarten) through High School (Grade 12), providing a continuous and comprehensive educational journey."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the admissions process like?",
|
||||
content: "Our admissions process involves an online application, submission of academic records, an interview, and a potential entrance assessment. We encourage prospective families to schedule a campus tour.",
|
||||
},
|
||||
id: "q2", title: "What is the admissions process like?", content: "Our admissions process involves an online application, submission of academic records, an interview, and a potential entrance assessment. We encourage prospective families to schedule a campus tour."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer boarding facilities?",
|
||||
content: "Yes, Saint Peters International Academy provides state-of-the-art boarding facilities with a nurturing environment, dedicated pastoral care, and engaging evening activities for our residential students.",
|
||||
},
|
||||
id: "q3", title: "Do you offer boarding facilities?", content: "Yes, Saint Peters International Academy provides state-of-the-art boarding facilities with a nurturing environment, dedicated pastoral care, and engaging evening activities for our residential students."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What international accreditations does the academy hold?",
|
||||
content: "We are proudly accredited by the Council of International Schools (CIS) and offer the International Baccalaureate (IB) Diploma Programme, ensuring global recognition and high academic standards.",
|
||||
},
|
||||
id: "q4", title: "What international accreditations does the academy hold?", content: "We are proudly accredited by the Council of International Schools (CIS) and offer the International Baccalaureate (IB) Diploma Programme, ensuring global recognition and high academic standards."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What extracurricular activities are available?",
|
||||
content: "Our extensive extracurricular program includes a wide range of sports, arts, clubs (e.g., debate, robotics, environmental), and community service initiatives, fostering holistic development.",
|
||||
},
|
||||
id: "q5", title: "What extracurricular activities are available?", content: "Our extensive extracurricular program includes a wide range of sports, arts, clubs (e.g., debate, robotics, environmental), and community service initiatives, fostering holistic development."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/face-mask-pupils-abstract-concept-illustration-student-wearing-face-mask-school-coronavirus-guidelines-covid-prevention-rule-pupils-reopening-after-lockdown_335657-3496.jpg"
|
||||
imageAlt="Students collaboratively researching for answers to frequently asked questions."
|
||||
@@ -396,18 +242,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to Embark on an Extraordinary Educational Journey? Contact Us Today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "mailto:admissions@saintpetersacademy.com",
|
||||
},
|
||||
text: "Schedule a Visit", href: "mailto:admissions@saintpetersacademy.com"},
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "mailto:info@saintpetersacademy.com",
|
||||
},
|
||||
text: "Inquire Now", href: "mailto:info@saintpetersacademy.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -417,62 +258,37 @@ export default function LandingPage() {
|
||||
logoText="Saint Peters International Academy"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Academic Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Academic Programs", href: "#programs"},
|
||||
{
|
||||
label: "Our Faculty",
|
||||
href: "#faculty",
|
||||
},
|
||||
label: "Our Faculty", href: "#faculty"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{
|
||||
label: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Apply Now", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "School Calendar",
|
||||
href: "#",
|
||||
},
|
||||
label: "School Calendar", href: "#"},
|
||||
{
|
||||
label: "Scholarships",
|
||||
href: "#",
|
||||
},
|
||||
label: "Scholarships", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Alumni Network",
|
||||
href: "#",
|
||||
},
|
||||
label: "Alumni Network", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user