5 Commits

Author SHA1 Message Date
051c99de66 Update src/app/page.tsx 2026-03-08 04:43:09 +00:00
9659ebb75f Update src/app/layout.tsx 2026-03-08 04:43:09 +00:00
cdc21415b6 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:41:46 +00:00
7f032d3d82 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:41:05 +00:00
d72fcf2a68 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:39:44 +00:00
2 changed files with 14 additions and 1421 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -110,6 +110,7 @@ export default function HomePage() {
description="We are committed to providing quality education that combines academic excellence with character development. Our school focuses on nurturing disciplined, well-rounded individuals who contribute positively to society. With experienced faculty, modern infrastructure, and a proven curriculum, we empower students to achieve their highest potential."
tag="Our Mission"
tagIcon={Target}
tagAnimation="slide-up"
metrics={[
{ value: "98%", title: "Student Success & Board Results" },
{ value: "50+", title: "Expert Faculty Members" },
@@ -216,4 +217,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}