Merge version_1 into main #2
111
src/app/page.tsx
111
src/app/page.tsx
@@ -27,7 +27,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,16 +46,12 @@ export default function HomePage() {
|
||||
tag="Premium Education"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-students-library-participate-lesson-with-doctor_482257-118528.jpg",
|
||||
imageAlt: "School campus and students learning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-students-library-participate-lesson-with-doctor_482257-118528.jpg", imageAlt: "School campus and students learning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adults-studying-together_23-2150331646.jpg",
|
||||
imageAlt: "Classroom and academic activities",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adults-studying-together_23-2150331646.jpg", imageAlt: "Classroom and academic activities"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -73,9 +69,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About NMHS"
|
||||
description={[
|
||||
"Founded in 1995, National Model High School has established itself as a beacon of academic excellence in West Bengal. Our institution is committed to developing well-rounded students who are not only academically proficient but also morally upright and socially responsible.",
|
||||
"With a faculty of experienced educators and state-of-the-art facilities, we provide a comprehensive educational experience that balances academics, sports, arts, and character development. Our mission is to empower students to become leaders, innovators, and compassionate citizens.",
|
||||
]}
|
||||
"Founded in 1995, National Model High School has established itself as a beacon of academic excellence in West Bengal. Our institution is committed to developing well-rounded students who are not only academically proficient but also morally upright and socially responsible.", "With a faculty of experienced educators and state-of-the-art facilities, we provide a comprehensive educational experience that balances academics, sports, arts, and character development. Our mission is to empower students to become leaders, innovators, and compassionate citizens."]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -94,25 +88,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Science & Technology",
|
||||
description: "Advanced laboratories and hands-on learning in Physics, Chemistry, and Biology",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Science & Technology", description: "Advanced laboratories and hands-on learning in Physics, Chemistry, and Biology", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Languages & Literature",
|
||||
description: "Mastery of English, Bengali, Sanskrit, and modern languages with communicative approach",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Languages & Literature", description: "Mastery of English, Bengali, Sanskrit, and modern languages with communicative approach", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Mathematics & Logic",
|
||||
description: "Rigorous curriculum building problem-solving skills and mathematical reasoning",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Mathematics & Logic", description: "Rigorous curriculum building problem-solving skills and mathematical reasoning", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Social Sciences",
|
||||
description: "Understanding of history, geography, civics, and global perspectives",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Social Sciences", description: "Understanding of history, geography, civics, and global perspectives", bentoComponent: "map"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,29 +109,11 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
title: "Pass Rate",
|
||||
description: "Students excelling in board examinations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=1",
|
||||
imageAlt: "Academic success celebration",
|
||||
},
|
||||
id: "1", value: "98%", title: "Pass Rate", description: "Students excelling in board examinations", imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "Academic success celebration"},
|
||||
{
|
||||
id: "2",
|
||||
value: "2500+",
|
||||
title: "Active Students",
|
||||
description: "From diverse backgrounds and communities",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preteen-students-focus-reading-required-books-study-desk_482257-123686.jpg?_wi=1",
|
||||
imageAlt: "Student community engagement",
|
||||
},
|
||||
id: "2", value: "2500+", title: "Active Students", description: "From diverse backgrounds and communities", imageSrc: "http://img.b2bpic.net/free-photo/preteen-students-focus-reading-required-books-study-desk_482257-123686.jpg", imageAlt: "Student community engagement"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
title: "Awards Won",
|
||||
description: "In academics, sports, and cultural events",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-girls-playing-rugby_23-2148355428.jpg?_wi=1",
|
||||
imageAlt: "Trophy and award display",
|
||||
},
|
||||
id: "3", value: "50+", title: "Awards Won", description: "In academics, sports, and cultural events", imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-girls-playing-rugby_23-2148355428.jpg", imageAlt: "Trophy and award display"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,41 +130,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Arjun Sharma",
|
||||
role: "Student",
|
||||
company: "Class XII-A",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
imageAlt: "Arjun Sharma",
|
||||
},
|
||||
id: "1", name: "Arjun Sharma", role: "Student", company: "Class XII-A", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Arjun Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Desai",
|
||||
role: "Parent",
|
||||
company: "Student Guardian",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg",
|
||||
imageAlt: "Priya Desai",
|
||||
},
|
||||
id: "2", name: "Priya Desai", role: "Parent", company: "Student Guardian", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", imageAlt: "Priya Desai"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rahul Kumar",
|
||||
role: "Alumni",
|
||||
company: "IIT Graduate 2020",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg",
|
||||
imageAlt: "Rahul Kumar",
|
||||
},
|
||||
id: "3", name: "Rahul Kumar", role: "Alumni", company: "IIT Graduate 2020", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg", imageAlt: "Rahul Kumar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ms. Deepa Patel",
|
||||
role: "Faculty",
|
||||
company: "Physics Department",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
|
||||
imageAlt: "Ms. Deepa Patel",
|
||||
},
|
||||
id: "4", name: "Ms. Deepa Patel", role: "Faculty", company: "Physics Department", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", imageAlt: "Ms. Deepa Patel"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "2500+", label: "Students Enrolled" },
|
||||
@@ -213,14 +153,13 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-king-s-college-campus-cambridge-university-cambridge-united-kingdom_181624-3293.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-king-s-college-campus-cambridge-university-cambridge-united-kingdom_181624-3293.jpg"
|
||||
imageAlt="NMHS Campus"
|
||||
logoText="National Model High School"
|
||||
copyrightText="© 2025 National Model High School. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Leadership", href: "/about" },
|
||||
{ label: "Facilities", href: "/academics" },
|
||||
@@ -228,8 +167,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Curriculum", href: "/academics" },
|
||||
{ label: "Programs", href: "/academics" },
|
||||
{ label: "Board Affiliations", href: "/" },
|
||||
@@ -237,8 +175,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Events", href: "/" },
|
||||
|
||||
Reference in New Issue
Block a user