Update src/app/page.tsx

This commit is contained in:
2026-06-03 19:54:38 +00:00
parent 4968715a75
commit 6fc2a4223d

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about-us",
},
name: "About Us", id: "#about-us"},
{
name: "Programs",
id: "#academic-programs",
},
name: "Programs", id: "#academic-programs"},
{
name: "Why Us",
id: "#why-choose-us",
},
name: "Why Us", id: "#why-choose-us"},
{
name: "Contact Us",
id: "#contact-us",
},
name: "Contact Us", id: "#contact-us"},
]}
brandName="Manila Science High School"
/>
@@ -60,38 +50,24 @@ export default function LandingPage() {
description="A premier institution dedicated to nurturing the brightest young minds in Science, Technology, Engineering, and Mathematics (STEM). Located in the heart of Manila, we prepare students to become innovators, researchers, and leaders who will shape the future. Discover your potential. Build your future. Lead with science."
buttons={[
{
text: "Explore Programs",
href: "#academic-programs",
},
text: "Explore Programs", href: "#academic-programs"},
{
text: "Apply Now",
href: "#contact-us",
},
text: "Apply Now", href: "#contact-us"},
]}
imageSrc="http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg"
imageAlt="Students collaborating in a science lab at Manila Science High School"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/diverse-group-pupils-library-discuss-with-medic-resident_482257-126873.jpg",
alt: "Diverse group of pupils in a library discuss with a medic resident",
},
src: "http://img.b2bpic.net/free-photo/diverse-group-pupils-library-discuss-with-medic-resident_482257-126873.jpg", alt: "Diverse group of pupils in a library discuss with a medic resident"},
{
src: "http://img.b2bpic.net/free-photo/colleagues-lab-doing-experiments_23-2148939082.jpg",
alt: "Colleagues in lab doing experiments",
},
src: "http://img.b2bpic.net/free-photo/colleagues-lab-doing-experiments_23-2148939082.jpg", alt: "Colleagues in lab doing experiments"},
{
src: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory_146671-18153.jpg",
alt: "Laboratory laboratories conduct experiments in the chemical laboratory.",
},
src: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory_146671-18153.jpg", alt: "Laboratory laboratories conduct experiments in the chemical laboratory."},
{
src: "http://img.b2bpic.net/free-photo/team-advanced-scientist-checking-solution-from-test-tube-their-laboratory-research-lab_482257-34426.jpg",
alt: "Team of advanced scientist checking the solution from a test tube in their laboratory. Research lab",
},
src: "http://img.b2bpic.net/free-photo/team-advanced-scientist-checking-solution-from-test-tube-their-laboratory-research-lab_482257-34426.jpg", alt: "Team of advanced scientist checking the solution from a test tube in their laboratory. Research lab"},
{
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-confident-standing-street_839833-7910.jpg",
alt: "Young student smiling confidently",
},
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-confident-standing-street_839833-7910.jpg", alt: "Young student smiling confidently"},
]}
avatarText="Join over 2,000 future leaders and innovators"
/>
@@ -102,12 +78,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Legacy: Nurturing Future Scientists and Innovators",
},
type: "text", content: "Our Legacy: Nurturing Future Scientists and Innovators"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/portrait-professor-work-educational-system_23-2151737212.jpg", alt: "Exterior view of Manila Science High School building"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-professor-work-educational-system_23-2151737212.jpg"
imageAlt="Exterior view of Manila Science High School building"
/>
</div>
@@ -118,55 +93,24 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "science",
label: "Core Discipline",
title: "Science Program",
items: [
"General Science, Earth & Environmental Science (Grade 7)",
"Biology (Grade 8)",
"Chemistry & Physics (Grades 910)",
"Advanced Physics & Electronics",
"Robotics (Elective)",
],
id: "science", label: "Core Discipline", title: "Science Program", items: [
"General Science, Earth & Environmental Science (Grade 7)", "Biology (Grade 8)", "Chemistry & Physics (Grades 910)", "Advanced Physics & Electronics", "Robotics (Elective)"],
},
{
id: "mathematics",
label: "Foundation",
title: "Mathematics Program",
items: [
"Algebra, Geometry, Trigonometry, Statistics",
"Precalculus",
"Advanced electives: Calculus, Number Theory, Mathematical Modelling",
],
id: "mathematics", label: "Foundation", title: "Mathematics Program", items: [
"Algebra, Geometry, Trigonometry, Statistics", "Precalculus", "Advanced electives: Calculus, Number Theory, Mathematical Modelling"],
},
{
id: "computer-science",
label: "Modern Skills",
title: "Computer Science & ICT",
items: [
"Computing Fundamentals (Grades 78)",
"Programming, Algorithms, Logic (Grades 910)",
"Web Development",
],
id: "computer-science", label: "Modern Skills", title: "Computer Science & ICT", items: [
"Computing Fundamentals (Grades 78)", "Programming, Algorithms, Logic (Grades 910)", "Web Development"],
},
{
id: "research",
label: "Hands-on Learning",
title: "Research Program",
items: [
"Hands-on scientific research starting Junior High",
"Capstone research project required for graduation",
"Focus on both qualitative and quantitative methodologies",
],
id: "research", label: "Hands-on Learning", title: "Research Program", items: [
"Hands-on scientific research starting Junior High", "Capstone research project required for graduation", "Focus on both qualitative and quantitative methodologies"],
},
{
id: "senior-high",
label: "College Prep",
title: "Senior High School (STEM Strand)",
items: [
"Advanced college-preparatory STEM curriculum",
"Research-intensive learning environment",
],
id: "senior-high", label: "College Prep", title: "Senior High School (STEM Strand)", items: [
"Advanced college-preparatory STEM curriculum", "Research-intensive learning environment"],
},
]}
title="Specialized STEM Curriculum"
@@ -181,26 +125,12 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "holistic-humanities",
label: "Broadening Horizons",
title: "Holistic Education",
items: [
"Humanities & Social Sciences",
"Values Education",
"MAPEH (Music, Arts, Physical Education, Health)",
],
id: "holistic-humanities", label: "Broadening Horizons", title: "Holistic Education", items: [
"Humanities & Social Sciences", "Values Education", "MAPEH (Music, Arts, Physical Education, Health)"],
},
{
id: "electives-advanced",
label: "Specialized Learning",
title: "Advanced Elective Programs",
items: [
"Advanced STEM Topics",
"Journalism",
"Business Management",
"Foreign Languages",
"Technical Writing",
],
id: "electives-advanced", label: "Specialized Learning", title: "Advanced Elective Programs", items: [
"Advanced STEM Topics", "Journalism", "Business Management", "Foreign Languages", "Technical Writing"],
},
]}
title="Holistic Development & Elective Programs"
@@ -214,30 +144,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "location",
title: "Our Accessible Central Location",
content: "Situated along Taft Avenue, Manila Science High School is highly accessible via public transportation, near LRT Line 1 United Nations Station, in front of the Supreme Court, and close to UP Manila, Philippine General Hospital, NBI, and Robinsons Place Manila.",
},
id: "location", title: "Our Accessible Central Location", content: "Situated along Taft Avenue, Manila Science High School is highly accessible via public transportation, near LRT Line 1 United Nations Station, in front of the Supreme Court, and close to UP Manila, Philippine General Hospital, NBI, and Robinsons Place Manila."},
{
id: "curriculum-advantage",
title: "Advanced STEM-Focused Curriculum",
content: "Benefit from a rigorous and specialized curriculum designed to challenge and inspire the brightest young minds in Science, Technology, Engineering, and Mathematics.",
},
id: "curriculum-advantage", title: "Advanced STEM-Focused Curriculum", content: "Benefit from a rigorous and specialized curriculum designed to challenge and inspire the brightest young minds in Science, Technology, Engineering, and Mathematics."},
{
id: "research-focus",
title: "Strong Research Foundation",
content: "Engage in hands-on scientific research and a capstone project, developing critical thinking and problem-solving skills from Junior High.",
},
id: "research-focus", title: "Strong Research Foundation", content: "Engage in hands-on scientific research and a capstone project, developing critical thinking and problem-solving skills from Junior High."},
{
id: "student-community",
title: "Competitive & High-Achieving Student Body",
content: "Join a vibrant community of passionate learners, fostering an environment of collaborative growth and academic excellence.",
},
id: "student-community", title: "Competitive & High-Achieving Student Body", content: "Join a vibrant community of passionate learners, fostering an environment of collaborative growth and academic excellence."},
{
id: "global-opportunities",
title: "Preparation for Top Universities & Global Opportunities",
content: "Our programs are designed to equip students with the knowledge and skills needed for admission to leading universities worldwide and successful careers.",
},
id: "global-opportunities", title: "Preparation for Top Universities & Global Opportunities", content: "Our programs are designed to equip students with the knowledge and skills needed for admission to leading universities worldwide and successful careers."},
]}
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg"
imageAlt="Map illustration showing Manila Science High School's location"
@@ -254,35 +169,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Alex Reyes",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg",
imageAlt: "Portrait of student Alex Reyes",
},
id: "1", name: "Alex Reyes", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", imageAlt: "Portrait of student Alex Reyes"},
{
id: "2",
name: "Maria Santos",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-drinks-coffee-from-paper-cup-carries-bagdressed-casual-clothes-stands-outdoors-walks-enjoys-nice-day-recreating_273609-55362.jpg",
imageAlt: "Portrait of student Maria Santos",
},
id: "2", name: "Maria Santos", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-drinks-coffee-from-paper-cup-carries-bagdressed-casual-clothes-stands-outdoors-walks-enjoys-nice-day-recreating_273609-55362.jpg", imageAlt: "Portrait of student Maria Santos"},
{
id: "3",
name: "Carlos Lim",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-student-pink-t-shirt-with-yellow-backpack-just-standing-blue-wall_140725-42206.jpg",
imageAlt: "Portrait of student Carlos Lim",
},
id: "3", name: "Carlos Lim", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-student-pink-t-shirt-with-yellow-backpack-just-standing-blue-wall_140725-42206.jpg", imageAlt: "Portrait of student Carlos Lim"},
{
id: "4",
name: "Sophia Cruz",
imageSrc: "http://img.b2bpic.net/free-photo/relax-casual-carefree-smiling-asian-female-digital-nomad-freelance-programer-hand-hold-laptop-walking-beach-coconut-tree-blue-skynew-millennial-lifestyle-working-anywhere-with-happiness_609648-3118.jpg",
imageAlt: "Portrait of student Sophia Cruz",
},
id: "4", name: "Sophia Cruz", imageSrc: "http://img.b2bpic.net/free-photo/relax-casual-carefree-smiling-asian-female-digital-nomad-freelance-programer-hand-hold-laptop-walking-beach-coconut-tree-blue-skynew-millennial-lifestyle-working-anywhere-with-happiness_609648-3118.jpg", imageAlt: "Portrait of student Sophia Cruz"},
{
id: "5",
name: "Justin Tan",
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-student-sitting-university-library-coffee-break-from-studying_496169-1224.jpg",
imageAlt: "Portrait of student Justin Tan",
},
id: "5", name: "Justin Tan", imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-student-sitting-university-library-coffee-break-from-studying_496169-1224.jpg", imageAlt: "Portrait of student Justin Tan"},
]}
cardTitle="Voices of Excellence: Hear From Our Students and Alumni"
cardTag="Student Success"
@@ -297,22 +192,14 @@ export default function LandingPage() {
description="We invite you to reach out for inquiries regarding admissions, programs, or general information. Our team is ready to assist you. Find us at Taft Avenue, Manila, Philippines or email us at info@manilasciencehs.edu.ph."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 4,
name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/male-female-students-wear-face-chill-stand-front-university_1150-24695.jpg"
@@ -327,13 +214,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Manila Science High School"
leftLink={{
text: "Manila Science High School © 2026",
href: "#",
}}
text: "Manila Science High School © 2026", href: "#"}}
rightLink={{
text: "Excellence in Science. Leadership in Innovation.",
href: "#",
}}
text: "Excellence in Science. Leadership in Innovation.", href: "#"}}
/>
</div>
</ReactLenis>