Merge version_1 into main #1
370
src/app/page.tsx
370
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Facebook, GraduationCap, Heart, Instagram, Laptop, Lightbulb, Music, Palette, Sparkles, Twitter, Users } from "lucide-react";
|
||||
import { Facebook, GraduationCap, Heart, Instagram, Laptop, Lightbulb, Music, Palette, Sparkles, Twitter, Users, Microscope, Robot, Theater, Run, HeartPulse, Handshake, HandHelping } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
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: "News",
|
||||
id: "#news",
|
||||
},
|
||||
name: "News", id: "#news"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/metallic-idaho-state-flag-idaho-flag-background-metallic-texture_559531-11382.jpg"
|
||||
logoAlt="St. Peter's Central Public School logo"
|
||||
@@ -77,69 +61,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Inspiring Minds, Building Futures at St. Peter's"
|
||||
description="Dedicated to nurturing academic excellence, fostering creativity, and developing compassionate leaders in a vibrant learning community."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-headband-standing-outside_23-2147654964.jpg",
|
||||
alt: "Happy student smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-headband-standing-outside_23-2147654964.jpg", alt: "Happy student smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-student-with-camera-blackboard_1098-4034.jpg",
|
||||
alt: "Smiling student portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-student-with-camera-blackboard_1098-4034.jpg", alt: "Smiling student portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-latin-friends-hanging-out_23-2151139410.jpg",
|
||||
alt: "Young girl student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-latin-friends-hanging-out_23-2151139410.jpg", alt: "Young girl student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-desk-holding-pencil_23-2147659034.jpg",
|
||||
alt: "Young boy student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-desk-holding-pencil_23-2147659034.jpg", alt: "Young boy student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-jolly-pupil-with-school-supplies-arms_482257-89688.jpg",
|
||||
alt: "Smiling school girl",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-jolly-pupil-with-school-supplies-arms_482257-89688.jpg", alt: "Smiling school girl"},
|
||||
]}
|
||||
avatarText="Join our thriving community of learners!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
text: "Discover Programs", href: "#programs"},
|
||||
{
|
||||
text: "Admissions",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Admissions", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Excellence in Academics",
|
||||
icon: GraduationCap,
|
||||
type: "text-icon", text: "Excellence in Academics", icon: GraduationCap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Vibrant Student Life",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Vibrant Student Life", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Dedicated Faculty",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Dedicated Faculty", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Engagement",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Community Engagement", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovative Programs",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Innovative Programs", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -150,16 +109,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="Our Story"
|
||||
title="A Legacy of Learning and Community Spirit"
|
||||
description="St. Peter's Central Public School has been a cornerstone of educational excellence for over 50 years. We are committed to providing a holistic learning environment where every child can thrive academically, socially, and emotionally. Our dedicated educators inspire curiosity, critical thinking, and a lifelong love for learning, preparing students to become responsible global citizens."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,105 +125,69 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "STEM Innovation Labs",
|
||||
description: "Engage in hands-on science, technology, engineering, and mathematics projects, fostering critical thinking and problem-solving skills for future innovators.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068365.jpg",
|
||||
imageAlt: "Students conducting experiments in a STEM lab",
|
||||
},
|
||||
title: "STEM Innovation Labs", description: "Engage in hands-on science, technology, engineering, and mathematics projects, fostering critical thinking and problem-solving skills for future innovators.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068365.jpg", imageAlt: "Students conducting experiments in a STEM lab"},
|
||||
items: [
|
||||
{
|
||||
icon: Microscope,
|
||||
text: "Science Experiments",
|
||||
},
|
||||
text: "Science Experiments"},
|
||||
{
|
||||
icon: Robot,
|
||||
text: "Robotics Club",
|
||||
},
|
||||
text: "Robotics Club"},
|
||||
{
|
||||
icon: Laptop,
|
||||
text: "Coding Workshops",
|
||||
},
|
||||
text: "Coding Workshops"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-idaho-state-flag-idaho-flag-background-metallic-texture_559531-11382.jpg",
|
||||
imageAlt: "students science lab experiment",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Vibrant Arts & Culture",
|
||||
description: "Explore creativity through visual arts, music, drama, and dance. Our programs nurture artistic expression and cultural appreciation.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-painters-holding-paints-tassels-drawing-black-wall-draw-painting-job-picture-art-photo-color-artist_140725-144290.jpg",
|
||||
imageAlt: "Children painting during an art class",
|
||||
},
|
||||
title: "Vibrant Arts & Culture", description: "Explore creativity through visual arts, music, drama, and dance. Our programs nurture artistic expression and cultural appreciation.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-painters-holding-paints-tassels-drawing-black-wall-draw-painting-job-picture-art-photo-color-artist_140725-144290.jpg", imageAlt: "Children painting during an art class"},
|
||||
items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Visual Arts",
|
||||
},
|
||||
text: "Visual Arts"},
|
||||
{
|
||||
icon: Music,
|
||||
text: "Music Lessons",
|
||||
},
|
||||
text: "Music Lessons"},
|
||||
{
|
||||
icon: Theater,
|
||||
text: "Drama Club",
|
||||
},
|
||||
text: "Drama Club"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-headband-standing-outside_23-2147654964.jpg",
|
||||
imageAlt: "students science lab experiment",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Athletics & Well-being",
|
||||
description: "Promote physical health and teamwork through various sports, fitness activities, and health education. Building strong bodies and healthy habits.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg",
|
||||
imageAlt: "Children participating in a school sports day",
|
||||
},
|
||||
title: "Athletics & Well-being", description: "Promote physical health and teamwork through various sports, fitness activities, and health education. Building strong bodies and healthy habits.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg", imageAlt: "Children participating in a school sports day"},
|
||||
items: [
|
||||
{
|
||||
icon: Run,
|
||||
text: "Sports Teams",
|
||||
},
|
||||
text: "Sports Teams"},
|
||||
{
|
||||
icon: HeartPulse,
|
||||
text: "Health Education",
|
||||
},
|
||||
text: "Health Education"},
|
||||
{
|
||||
icon: Handshake,
|
||||
text: "Team Sports",
|
||||
},
|
||||
text: "Team Sports"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-student-with-camera-blackboard_1098-4034.jpg",
|
||||
imageAlt: "students science lab experiment",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Leadership & Community",
|
||||
description: "Develop leadership qualities and civic responsibility through student governance, community service, and various social impact initiatives.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-reviewing-material-together_23-2147656164.jpg",
|
||||
imageAlt: "Students discussing in a leadership club meeting",
|
||||
},
|
||||
title: "Leadership & Community", description: "Develop leadership qualities and civic responsibility through student governance, community service, and various social impact initiatives.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-reviewing-material-together_23-2147656164.jpg", imageAlt: "Students discussing in a leadership club meeting"},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Student Council",
|
||||
},
|
||||
text: "Student Council"},
|
||||
{
|
||||
icon: HandHelping,
|
||||
text: "Community Service",
|
||||
},
|
||||
text: "Community Service"},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
text: "Innovation Projects",
|
||||
},
|
||||
text: "Innovation Projects"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-latin-friends-hanging-out_23-2151139410.jpg",
|
||||
imageAlt: "students science lab experiment",
|
||||
},
|
||||
reverse: true
|
||||
}
|
||||
]}
|
||||
title="Diverse Programs for Holistic Development"
|
||||
description="Our comprehensive curriculum and extracurricular activities are designed to foster intellectual growth, creativity, and physical well-being. From advanced science labs to vibrant arts programs, we offer diverse opportunities for every student to discover their passions and achieve their full potential."
|
||||
@@ -284,34 +202,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
title: "High School Acceptance",
|
||||
items: [
|
||||
"Graduates consistently accepted",
|
||||
"Strong preparatory programs",
|
||||
"Diverse secondary school placements",
|
||||
],
|
||||
id: "m1", value: "95%", title: "High School Acceptance", items: [
|
||||
"Graduates consistently accepted", "Strong preparatory programs", "Diverse secondary school placements"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12:1",
|
||||
title: "Student-Teacher Ratio",
|
||||
items: [
|
||||
"Personalized attention",
|
||||
"Enhanced learning environment",
|
||||
"Supportive classroom dynamics",
|
||||
],
|
||||
id: "m2", value: "12:1", title: "Student-Teacher Ratio", items: [
|
||||
"Personalized attention", "Enhanced learning environment", "Supportive classroom dynamics"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "2000+",
|
||||
title: "Annual Volunteer Hours",
|
||||
items: [
|
||||
"Active community involvement",
|
||||
"Developing civic responsibility",
|
||||
"Making a positive local impact",
|
||||
],
|
||||
id: "m3", value: "2000+", title: "Annual Volunteer Hours", items: [
|
||||
"Active community involvement", "Developing civic responsibility", "Making a positive local impact"],
|
||||
},
|
||||
]}
|
||||
title="Celebrating Milestones in Education"
|
||||
@@ -328,47 +228,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mrs. Eleanor Vance",
|
||||
role: "Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-black-plane-table_23-2147885342.jpg",
|
||||
imageAlt: "Mrs. Eleanor Vance, Principal",
|
||||
},
|
||||
id: "t1", name: "Mrs. Eleanor Vance", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-black-plane-table_23-2147885342.jpg", imageAlt: "Mrs. Eleanor Vance, Principal"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mr. David Chen",
|
||||
role: "Vice Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-woman-businessman-gets-up-from-table_1153-8924.jpg",
|
||||
imageAlt: "Mr. David Chen, Vice Principal",
|
||||
},
|
||||
id: "t2", name: "Mr. David Chen", role: "Vice Principal", imageSrc: "http://img.b2bpic.net/free-photo/angry-woman-businessman-gets-up-from-table_1153-8924.jpg", imageAlt: "Mr. David Chen, Vice Principal"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ms. Sarah Johnson",
|
||||
role: "Grade 5 Teacher",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-helping-daughter-with-her-homework_1170-2801.jpg",
|
||||
imageAlt: "Ms. Sarah Johnson, Grade 5 Teacher",
|
||||
},
|
||||
id: "t3", name: "Ms. Sarah Johnson", role: "Grade 5 Teacher", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-helping-daughter-with-her-homework_1170-2801.jpg", imageAlt: "Ms. Sarah Johnson, Grade 5 Teacher"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mr. Robert Smith",
|
||||
role: "Science Coordinator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741800.jpg",
|
||||
imageAlt: "Mr. Robert Smith, Science Coordinator",
|
||||
},
|
||||
id: "t4", name: "Mr. Robert Smith", role: "Science Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741800.jpg", imageAlt: "Mr. Robert Smith, Science Coordinator"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Dr. Emily White",
|
||||
role: "Arts & Music Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-student-girl-holding-books-library_329181-14864.jpg",
|
||||
imageAlt: "Dr. Emily White, Arts & Music Director",
|
||||
},
|
||||
id: "t5", name: "Dr. Emily White", role: "Arts & Music Director", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-student-girl-holding-books-library_329181-14864.jpg", imageAlt: "Dr. Emily White, Arts & Music Director"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Mr. Michael Brown",
|
||||
role: "Physical Education Teacher",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teacher-wearing-glasses-sitting-desk-with-school-supplies-classroom-looking-chalkboard-pointing-it-with-hand_141793-120298.jpg",
|
||||
imageAlt: "Mr. Michael Brown, Physical Education Teacher",
|
||||
},
|
||||
id: "t6", name: "Mr. Michael Brown", role: "Physical Education Teacher", imageSrc: "http://img.b2bpic.net/free-photo/young-teacher-wearing-glasses-sitting-desk-with-school-supplies-classroom-looking-chalkboard-pointing-it-with-hand_141793-120298.jpg", imageAlt: "Mr. Michael Brown, Physical Education Teacher"},
|
||||
]}
|
||||
title="Meet Our Inspiring Faculty and Staff"
|
||||
description="Our dedicated team of educators and support staff are passionate about fostering a nurturing and stimulating environment where every student can flourish. Committed to personalized learning and holistic development, they bring expertise and enthusiasm to every classroom."
|
||||
@@ -383,45 +253,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "tst1",
|
||||
name: "Liam K.",
|
||||
handle: "@LiamK",
|
||||
testimonial: "St. Peter's has been an incredible journey. The teachers truly care, and the programs helped me discover my passion for coding!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-wearing-regalia-smiling-face-portrait_53876-145672.jpg",
|
||||
imageAlt: "Liam K., student",
|
||||
},
|
||||
id: "tst1", name: "Liam K.", handle: "@LiamK", testimonial: "St. Peter's has been an incredible journey. The teachers truly care, and the programs helped me discover my passion for coding!", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-wearing-regalia-smiling-face-portrait_53876-145672.jpg", imageAlt: "Liam K., student"},
|
||||
{
|
||||
id: "tst2",
|
||||
name: "Mrs. A. Patel",
|
||||
handle: "@APatelFamily",
|
||||
testimonial: "My daughter has blossomed at St. Peter's. The supportive environment and challenging curriculum have made all the difference.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-boy-studying_23-2148618681.jpg",
|
||||
imageAlt: "Mrs. A. Patel, parent",
|
||||
},
|
||||
id: "tst2", name: "Mrs. A. Patel", handle: "@APatelFamily", testimonial: "My daughter has blossomed at St. Peter's. The supportive environment and challenging curriculum have made all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-boy-studying_23-2148618681.jpg", imageAlt: "Mrs. A. Patel, parent"},
|
||||
{
|
||||
id: "tst3",
|
||||
name: "Sophia G.",
|
||||
handle: "@SophiaG_Edu",
|
||||
testimonial: "I love the art program here! St. Peter's encourages us to be creative and express ourselves. It feels like a second home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-young-kid-posing_23-2148465730.jpg",
|
||||
imageAlt: "Sophia G., student",
|
||||
},
|
||||
id: "tst3", name: "Sophia G.", handle: "@SophiaG_Edu", testimonial: "I love the art program here! St. Peter's encourages us to be creative and express ourselves. It feels like a second home.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-young-kid-posing_23-2148465730.jpg", imageAlt: "Sophia G., student"},
|
||||
{
|
||||
id: "tst4",
|
||||
name: "Mr. C. Ramirez",
|
||||
handle: "@RamirezFam",
|
||||
testimonial: "The faculty at St. Peter's is outstanding. They go above and beyond to ensure every child receives the best education possible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/activity-home-son-playful-shirt_1262-2879.jpg",
|
||||
imageAlt: "Mr. C. Ramirez, parent",
|
||||
},
|
||||
id: "tst4", name: "Mr. C. Ramirez", handle: "@RamirezFam", testimonial: "The faculty at St. Peter's is outstanding. They go above and beyond to ensure every child receives the best education possible.", imageSrc: "http://img.b2bpic.net/free-photo/activity-home-son-playful-shirt_1262-2879.jpg", imageAlt: "Mr. C. Ramirez, parent"},
|
||||
{
|
||||
id: "tst5",
|
||||
name: "Chloe M.",
|
||||
handle: "@ChloeM_Learn",
|
||||
testimonial: "The STEM labs are amazing! I've learned so much about science and feel well-prepared for high school.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-schoolgirl-memphis-background_23-2148203877.jpg",
|
||||
imageAlt: "Chloe M., student",
|
||||
},
|
||||
id: "tst5", name: "Chloe M.", handle: "@ChloeM_Learn", testimonial: "The STEM labs are amazing! I've learned so much about science and feel well-prepared for high school.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-schoolgirl-memphis-background_23-2148203877.jpg", imageAlt: "Chloe M., student"},
|
||||
]}
|
||||
title="What Our Students and Parents Say"
|
||||
description="Authentic stories from families and students who have experienced the transformative education at St. Peter's Central Public School."
|
||||
@@ -439,38 +279,11 @@ export default function LandingPage() {
|
||||
tag="School News & Events"
|
||||
blogs={[
|
||||
{
|
||||
id: "blog1",
|
||||
category: "Events",
|
||||
title: "Annual Science Fair Showcases Young Innovators",
|
||||
excerpt: "Our students presented groundbreaking projects at this year's highly anticipated science fair, demonstrating their ingenuity and scientific acumen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-enjoying-cotton-candy-park_23-2148606692.jpg",
|
||||
imageAlt: "Students presenting projects at the Annual Science Fair",
|
||||
authorName: "Ms. Alice Green",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/teacher-with-glasses-class_23-2148665899.jpg",
|
||||
date: "October 26, 2024",
|
||||
},
|
||||
id: "blog1", category: "Events", title: "Annual Science Fair Showcases Young Innovators", excerpt: "Our students presented groundbreaking projects at this year's highly anticipated science fair, demonstrating their ingenuity and scientific acumen.", imageSrc: "http://img.b2bpic.net/free-photo/kids-enjoying-cotton-candy-park_23-2148606692.jpg", imageAlt: "Students presenting projects at the Annual Science Fair", authorName: "Ms. Alice Green", authorAvatar: "http://img.b2bpic.net/free-photo/teacher-with-glasses-class_23-2148665899.jpg", date: "October 26, 2024"},
|
||||
{
|
||||
id: "blog2",
|
||||
category: "Academics",
|
||||
title: "New Literacy Program Boosts Reading Engagement",
|
||||
excerpt: "Introducing an innovative literacy program designed to ignite a passion for reading among our students, fostering lifelong learners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-123126.jpg",
|
||||
imageAlt: "Children reading together in a classroom",
|
||||
authorName: "Mr. John Davis",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/girl-with-book-tablet-table_23-2147655874.jpg",
|
||||
date: "September 15, 2024",
|
||||
},
|
||||
id: "blog2", category: "Academics", title: "New Literacy Program Boosts Reading Engagement", excerpt: "Introducing an innovative literacy program designed to ignite a passion for reading among our students, fostering lifelong learners.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-professor-mentoring-diverse-students-library_482257-123126.jpg", imageAlt: "Children reading together in a classroom", authorName: "Mr. John Davis", authorAvatar: "http://img.b2bpic.net/free-photo/girl-with-book-tablet-table_23-2147655874.jpg", date: "September 15, 2024"},
|
||||
{
|
||||
id: "blog3",
|
||||
category: "Community",
|
||||
title: "Celebrating Our Grade 8 Graduates: A Look Back",
|
||||
excerpt: "Relive the joyous moments of our recent graduation ceremony as we bid farewell to our accomplished Grade 8 class, ready for their next adventure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-cheerful-graduate-classmates-celebrating-smiling-rejoicing-future-lawyers-medics-education-concept_176420-14300.jpg",
|
||||
imageAlt: "Graduating students celebrating their achievement",
|
||||
authorName: "Dr. Clara Evans",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-studying-online-sitting-with-laptop-writing-down-making-notes-looking_1258-190947.jpg",
|
||||
date: "June 10, 2024",
|
||||
},
|
||||
id: "blog3", category: "Community", title: "Celebrating Our Grade 8 Graduates: A Look Back", excerpt: "Relive the joyous moments of our recent graduation ceremony as we bid farewell to our accomplished Grade 8 class, ready for their next adventure.", imageSrc: "http://img.b2bpic.net/free-photo/three-cheerful-graduate-classmates-celebrating-smiling-rejoicing-future-lawyers-medics-education-concept_176420-14300.jpg", imageAlt: "Graduating students celebrating their achievement", authorName: "Dr. Clara Evans", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-studying-online-sitting-with-laptop-writing-down-making-notes-looking_1258-190947.jpg", date: "June 10, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -481,35 +294,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are the admission requirements?",
|
||||
content: "Admission requirements vary by grade level. Generally, we require previous academic records, a teacher recommendation, and a student assessment. Please visit our 'Admissions' page for detailed information.",
|
||||
},
|
||||
id: "faq1", title: "What are the admission requirements?", content: "Admission requirements vary by grade level. Generally, we require previous academic records, a teacher recommendation, and a student assessment. Please visit our 'Admissions' page for detailed information."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What is the school's philosophy?",
|
||||
content: "Our philosophy centers on holistic development, combining academic rigor with character building. We aim to cultivate critical thinkers, compassionate individuals, and responsible citizens ready for future challenges.",
|
||||
},
|
||||
id: "faq2", title: "What is the school's philosophy?", content: "Our philosophy centers on holistic development, combining academic rigor with character building. We aim to cultivate critical thinkers, compassionate individuals, and responsible citizens ready for future challenges."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer before and after school care?",
|
||||
content: "Yes, we provide comprehensive before and after school care programs designed to offer a safe, engaging, and enriching environment for students outside of regular school hours.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer before and after school care?", content: "Yes, we provide comprehensive before and after school care programs designed to offer a safe, engaging, and enriching environment for students outside of regular school hours."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What extracurricular activities are available?",
|
||||
content: "We offer a wide range of extracurricular activities including sports clubs, arts programs, robotics, debate team, and community service initiatives to cater to diverse student interests.",
|
||||
},
|
||||
id: "faq4", title: "What extracurricular activities are available?", content: "We offer a wide range of extracurricular activities including sports clubs, arts programs, robotics, debate team, and community service initiatives to cater to diverse student interests."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "How does the school support students with special needs?",
|
||||
content: "Our dedicated support team works closely with students, parents, and teachers to create individualized learning plans, providing accommodations and resources to ensure every student's success.",
|
||||
},
|
||||
id: "faq5", title: "How does the school support students with special needs?", content: "Our dedicated support team works closely with students, parents, and teachers to create individualized learning plans, providing accommodations and resources to ensure every student's success."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "What is your policy on parental involvement?",
|
||||
content: "We highly value parental involvement and encourage parents to be active partners in their child's education. Opportunities include volunteering, parent-teacher conferences, and school events.",
|
||||
},
|
||||
id: "faq6", title: "What is your policy on parental involvement?", content: "We highly value parental involvement and encourage parents to be active partners in their child's education. Opportunities include volunteering, parent-teacher conferences, and school events."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about admissions, academic programs, student life, and school policies at St. Peter's Central Public School."
|
||||
@@ -521,8 +316,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Connect with St. Peter's Central Public School"
|
||||
description="Have questions about enrollment, programs, or general inquiries? Our friendly administration team is here to assist you. Reach out today to learn more about our school."
|
||||
@@ -539,19 +333,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user