7 Commits

Author SHA1 Message Date
8cad652944 Update src/app/page.tsx 2026-03-09 15:39:30 +00:00
0fc9c2081a Update src/app/facilities/page.tsx 2026-03-09 15:39:30 +00:00
7f0cef1230 Update src/app/contact/page.tsx 2026-03-09 15:39:30 +00:00
cb8844168b Update src/app/admissions/page.tsx 2026-03-09 15:39:29 +00:00
79f0ea967c Update src/app/about/page.tsx 2026-03-09 15:39:29 +00:00
6949cb223a Merge version_1 into main
Merge version_1 into main
2026-03-09 15:33:33 +00:00
3403399ac6 Merge version_1 into main
Merge version_1 into main
2026-03-09 14:51:06 +00:00
5 changed files with 104 additions and 155 deletions

View File

@@ -25,13 +25,13 @@ export default function AboutPage() {
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" },
{ 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" },
@@ -41,8 +41,8 @@ export default function AboutPage() {
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" },
],
},
];
@@ -66,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>
@@ -121,26 +121,58 @@ export default function AboutPage() {
title: "Academic Excellence", description: "Rigorous curriculum delivery with emphasis on conceptual understanding and practical application of knowledge"},
{
icon: Users,
title: "Student-Centric Approach", description: "Individual attention to each student's learning needs, strengths, and developmental pace"},
{
icon: Shield,
title: "Character Building", description: "Focus on developing integrity, discipline, responsibility, and ethical values in students"},
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: "Equal opportunities for all students regardless of background, fostering unity and mutual respect"},
title: "Inclusive Community", description: "Co-educational environment fostering respect, cooperation, and cultural diversity among all students"},
{
icon: Monitor,
title: "Modern Learning Tools", description: "Integration of technology with traditional teaching to enhance engagement and understanding"},
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"},
{
icon: Star,
title: "Holistic Development", description: "Balance between academics, sports, arts, and life skills for complete personality development"},
title: "Holistic Development", description: "Beyond academics: sports, arts, cultural activities, and leadership development for every student"},
]}
/>
</div>
<div id="about-commitment" data-section="about-commitment">
<SplitAbout
title="Our Commitment to You"
description="We are committed to providing an educational experience that combines academic rigor with personal growth, creating informed, confident, and responsible citizens."
tag="Your Trust, Our Responsibility"
tagIcon={Shield}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imagePosition="left"
imageSrc="http://img.b2bpic.net/free-photo/group-activists-friends-collecting-plastic-waste-beach-guys-show-thumb-up_1153-4446.jpg?_wi=3"
imageAlt="School commitment and values"
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: "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: "Affordable Quality", description: "Commitment to accessible quality education for rural families without compromising on educational standards", icon: Star,
},
]}
buttons={[{ text: "Admissions Information", href: "/admissions" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=6"
imageAlt="School campus"
logoText="SH HS Kanthalloor"
copyrightText="© 2025 SH HS Kanthalloor. All rights reserved. Est. 1969"

View File

@@ -20,8 +20,7 @@ export default function AdmissionsPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Facilities", href: "/facilities" },
@@ -29,17 +28,15 @@ export default function AdmissionsPage() {
],
},
{
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: "/admissions" },
@@ -108,31 +105,21 @@ export default function AdmissionsPage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Submit Application",
description: "Fill out the admission form with required information and submit to school office",
icon: FileText,
title: "Submit Application", description: "Fill out the admission form with required information and submit to school office", icon: FileText,
},
{
title: "Document Verification",
description: "Previous academic records and birth certificate required for verification",
icon: CheckCircle,
title: "Document Verification", description: "Previous academic records and birth certificate required for verification", icon: CheckCircle,
},
{
title: "Assessment Test",
description: "Entrance assessment to determine appropriate class placement and subject selection",
icon: GraduationCap,
title: "Assessment Test", description: "Entrance assessment to determine appropriate class placement and subject selection", icon: GraduationCap,
},
{
title: "Enrollment",
description: "After approval, complete enrollment process and collect admission documents",
icon: CheckCircle,
title: "Enrollment", description: "After approval, complete enrollment process and collect admission documents", icon: CheckCircle,
},
]}
buttons={[
{
text: "Download Application Form",
href: "#",
},
text: "Download Application Form", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -151,29 +138,19 @@ export default function AdmissionsPage() {
features={[
{
icon: GraduationCap,
title: "Class 5 Admission",
description: "Students with completion of primary education and basic English knowledge",
},
title: "Class 5 Admission", description: "Students with completion of primary education and basic English knowledge"},
{
icon: CheckCircle,
title: "Class 6-10 Admission",
description: "Transfer students or regular admissions with relevant academic background",
},
title: "Class 6-10 Admission", description: "Transfer students or regular admissions with relevant academic background"},
{
icon: FileText,
title: "Required Documents",
description: "Previous school records, birth certificate, and vaccination documents",
},
title: "Required Documents", description: "Previous school records, birth certificate, and vaccination documents"},
{
icon: Phone,
title: "Age Requirements",
description: "Appropriate age for respective class following State Board guidelines",
},
title: "Age Requirements", description: "Appropriate age for respective class following State Board guidelines"},
{
icon: CheckCircle,
title: "Language Proficiency",
description: "Basic understanding of Tamil language recommended for smooth learning transition",
},
title: "Language Proficiency", description: "Basic understanding of Tamil language recommended for smooth learning transition"},
]}
/>
</div>

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Facilities", href: "/facilities" },
@@ -27,17 +26,15 @@ export default function ContactPage() {
],
},
{
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: "/admissions" },

View File

@@ -20,8 +20,7 @@ export default function FacilitiesPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Facilities", href: "/facilities" },
@@ -29,17 +28,15 @@ export default function FacilitiesPage() {
],
},
{
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: "/admissions" },
@@ -87,61 +84,19 @@ export default function FacilitiesPage() {
animationType="slide-up"
products={[
{
id: "classrooms",
name: "15 Classrooms",
price: "Spacious",
variant: "Well-ventilated and bright learning spaces",
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-classroom-studying_23-2147658978.jpg?_wi=5",
imageAlt: "Modern classrooms",
},
id: "classrooms", name: "15 Classrooms", price: "Spacious", variant: "Well-ventilated and bright learning spaces", imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-classroom-studying_23-2147658978.jpg?_wi=5", imageAlt: "Modern classrooms"},
{
id: "computer-lab",
name: "Computer Lab",
price: "15 Units",
variant: "Latest technology for IT education",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5235.jpg?_wi=3",
imageAlt: "Computer laboratory",
},
id: "computer-lab", name: "Computer Lab", price: "15 Units", variant: "Latest technology for IT education", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5235.jpg?_wi=3", imageAlt: "Computer laboratory"},
{
id: "library",
name: "Library",
price: "600 Books",
variant: "Comprehensive collection of reference materials",
imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-608.jpg?_wi=3",
imageAlt: "School library",
},
id: "library", name: "Library", price: "600 Books", variant: "Comprehensive collection of reference materials", imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-608.jpg?_wi=3", imageAlt: "School library"},
{
id: "playground",
name: "Playground",
price: "Sports Ready",
variant: "Open ground for physical education and sports",
imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=3",
imageAlt: "School playground",
},
id: "playground", name: "Playground", price: "Sports Ready", variant: "Open ground for physical education and sports", imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=3", imageAlt: "School playground"},
{
id: "water",
name: "Drinking Water",
price: "Pure Supply",
variant: "Safe and clean water for all students",
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=7",
imageAlt: "Water facilities",
},
id: "water", name: "Drinking Water", price: "Pure Supply", variant: "Safe and clean water for all students", imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=7", imageAlt: "Water facilities"},
{
id: "toilets",
name: "Separate Facilities",
price: "Boys & Girls",
variant: "Separate sanitation facilities for students",
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=8",
imageAlt: "Sanitation facilities",
},
id: "toilets", name: "Separate Facilities", price: "Boys & Girls", variant: "Separate sanitation facilities for students", imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=8", imageAlt: "Sanitation facilities"},
{
id: "meal",
name: "Mid-Day Meal",
price: "Daily Program",
variant: "Nutritious meals provided in school",
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=9",
imageAlt: "Mid-day meal facility",
},
id: "meal", name: "Mid-Day Meal", price: "Daily Program", variant: "Nutritious meals provided in school", imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=9", imageAlt: "Mid-day meal facility"},
]}
/>
</div>
@@ -161,31 +116,21 @@ export default function FacilitiesPage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Modern Classrooms",
description: "15 spacious, well-ventilated classrooms with natural lighting and proper seating",
icon: Building2,
title: "Modern Classrooms", description: "15 spacious, well-ventilated classrooms with natural lighting and proper seating", icon: Building2,
},
{
title: "Computer Lab",
description: "Equipped with 15 units of latest technology for hands-on IT education",
icon: Monitor,
title: "Computer Lab", description: "Equipped with 15 units of latest technology for hands-on IT education", icon: Monitor,
},
{
title: "Library Resources",
description: "Comprehensive collection of 600+ books covering all subjects and interests",
icon: Users,
title: "Library Resources", description: "Comprehensive collection of 600+ books covering all subjects and interests", icon: Users,
},
{
title: "Sports Infrastructure",
description: "Open playground providing space for physical education and outdoor activities",
icon: Heart,
title: "Sports Infrastructure", description: "Open playground providing space for physical education and outdoor activities", icon: Heart,
},
]}
buttons={[
{
text: "Schedule Campus Visit",
href: "/admissions",
},
text: "Schedule Campus Visit", href: "/admissions"},
]}
buttonAnimation="slide-up"
/>
@@ -204,29 +149,19 @@ export default function FacilitiesPage() {
features={[
{
icon: Monitor,
title: "Computer-Aided Learning",
description: "Modern computer lab with 15 units enabling technology-integrated education",
},
title: "Computer-Aided Learning", description: "Modern computer lab with 15 units enabling technology-integrated education"},
{
icon: Building2,
title: "Safe Campus",
description: "Secure rural campus providing a protective and focused learning environment",
},
title: "Safe Campus", description: "Secure rural campus providing a protective and focused learning environment"},
{
icon: Heart,
title: "Sports & Recreation",
description: "Dedicated playground supporting physical education and student wellness",
},
title: "Sports & Recreation", description: "Dedicated playground supporting physical education and student wellness"},
{
icon: Users,
title: "Student Support",
description: "Mid-day meal program and sanitation facilities ensuring student well-being",
},
title: "Student Support", description: "Mid-day meal program and sanitation facilities ensuring student well-being"},
{
icon: MapPin,
title: "Accessible Location",
description: "Conveniently located in Kanthalloor with easy access for rural community",
},
title: "Accessible Location", description: "Conveniently located in Kanthalloor with easy access for rural community"},
]}
/>
</div>

View File

@@ -32,18 +32,26 @@ import {
} from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Facilities", id: "/facilities" },
{ name: "Admissions", id: "/admissions" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
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" },
{ 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" },
@@ -53,8 +61,8 @@ export default function HomePage() {
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" },
],
},
];
@@ -78,9 +86,9 @@ export default function HomePage() {
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>
@@ -94,7 +102,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Call for Admission", href: "tel:+91-XXXXXXXXXX" },
{ text: "Call for Admission", href: "tel:04865246317" },
{ text: "Enquire Now", href: "#contact" },
]}
buttonAnimation="slide-up"