Update src/app/about/page.tsx

This commit is contained in:
2026-03-09 15:39:29 +00:00
parent 6949cb223a
commit 79f0ea967c

View File

@@ -22,30 +22,27 @@ import {
export default function AboutPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Facilities", href: "/" },
{ label: "Admissions", href: "/" },
{ label: "Facilities", href: "/facilities" },
{ label: "Admissions", href: "/admissions" },
],
},
{
title: "Contact",
items: [
{ label: "Phone: +91-XXXXXXXXXX", href: "tel:+91-XXXXXXXXXX" },
title: "Contact", items: [
{ label: "Phone: 04865246317", href: "tel:04865246317" },
{ label: "Email: info@shkanthalloor.edu.in", href: "mailto:info@shkanthalloor.edu.in" },
{ label: "Location: Kanthalloor, Munnar", href: "#" },
{ label: "WhatsApp Chat", href: "https://wa.me/91XXXXXXXXXX" },
],
},
{
title: "About School",
items: [
title: "About School", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Admission Policy", href: "/" },
{ label: "Connect With Us", href: "/" },
{ label: "Admission Policy", href: "/admissions" },
{ label: "Connect With Us", href: "/contact" },
],
},
];
@@ -69,9 +66,9 @@ export default function AboutPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Facilities", id: "facilities" },
{ name: "Admissions", id: "admissions" },
{ name: "Contact", id: "contact" },
{ name: "Facilities", id: "/facilities" },
{ name: "Admissions", id: "/admissions" },
{ name: "Contact", id: "/contact" },
]}
/>
</div>
@@ -91,24 +88,16 @@ export default function AboutPage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Founded in 1969",
description: "Established to provide quality Tamil medium education to students in rural Kanthalloor community",
icon: History,
title: "Founded in 1969", description: "Established to provide quality Tamil medium education to students in rural Kanthalloor community", icon: History,
},
{
title: "Private Aided Institution",
description: "Government-recognized school following State Board curriculum and quality standards",
icon: Building2,
title: "Private Aided Institution", description: "Government-recognized school following State Board curriculum and quality standards", icon: Building2,
},
{
title: "Tamil Language Preservation",
description: "Committed to preserving Tamil language and cultural heritage while maintaining academic rigor",
icon: BookOpen,
title: "Tamil Language Preservation", description: "Committed to preserving Tamil language and cultural heritage while maintaining academic rigor", icon: BookOpen,
},
{
title: "Community Trust",
description: "Built through five decades of consistent, quality education and transparent governance",
icon: Shield,
title: "Community Trust", description: "Built through five decades of consistent, quality education and transparent governance", icon: Shield,
},
]}
buttons={[{ text: "Explore Academics", href: "/" }]}
@@ -129,34 +118,22 @@ export default function AboutPage() {
features={[
{
icon: BookOpen,
title: "Academic Excellence",
description: "Rigorous curriculum delivery with emphasis on conceptual understanding and practical application of knowledge",
},
title: "Academic Excellence", description: "Rigorous curriculum delivery with emphasis on conceptual understanding and practical application of knowledge"},
{
icon: Users,
title: "Student-Centric Approach",
description: "Personalized attention and support for each student's unique learning needs and developmental pace",
},
title: "Student-Centric Approach", description: "Personalized attention and support for each student's unique learning needs and developmental pace"},
{
icon: Share2,
title: "Inclusive Community",
description: "Co-educational environment fostering respect, cooperation, and cultural diversity among all students",
},
title: "Inclusive Community", description: "Co-educational environment fostering respect, cooperation, and cultural diversity among all students"},
{
icon: Monitor,
title: "Technology Integration",
description: "Modern teaching methods combining traditional wisdom with contemporary technology and digital literacy",
},
title: "Technology Integration", description: "Modern teaching methods combining traditional wisdom with contemporary technology and digital literacy"},
{
icon: MapPin,
title: "Rural Rootedness",
description: "Deep connection with Kanthalloor community while providing world-class educational standards",
},
title: "Rural Rootedness", description: "Deep connection with Kanthalloor community while providing world-class educational standards"},
{
icon: Star,
title: "Holistic Development",
description: "Beyond academics: sports, arts, cultural activities, and leadership development for every student",
},
title: "Holistic Development", description: "Beyond academics: sports, arts, cultural activities, and leadership development for every student"},
]}
/>
</div>
@@ -176,27 +153,19 @@ export default function AboutPage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Quality Teaching Staff",
description: "21 experienced and committed educators with subject expertise and passion for student development",
icon: Users,
title: "Quality Teaching Staff", description: "21 experienced and committed educators with subject expertise and passion for student development", icon: Users,
},
{
title: "Safe Learning Environment",
description: "Secure, supportive campus with strict safety protocols and student welfare as priority",
icon: Shield,
title: "Safe Learning Environment", description: "Secure, supportive campus with strict safety protocols and student welfare as priority", icon: Shield,
},
{
title: "Transparent Communication",
description: "Regular parent-teacher interaction and transparent communication about student progress and concerns",
icon: BookOpen,
title: "Transparent Communication", description: "Regular parent-teacher interaction and transparent communication about student progress and concerns", icon: BookOpen,
},
{
title: "Affordable Quality",
description: "Commitment to accessible quality education for rural families without compromising on educational standards",
icon: Star,
title: "Affordable Quality", description: "Commitment to accessible quality education for rural families without compromising on educational standards", icon: Star,
},
]}
buttons={[{ text: "Admissions Information", href: "/" }]}
buttons={[{ text: "Admissions Information", href: "/admissions" }]}
buttonAnimation="slide-up"
/>
</div>