14 Commits

Author SHA1 Message Date
e4200cc93b Switch to version 5: modified src/app/styles/variables.css 2026-03-09 15:46:27 +00:00
7228d458aa Switch to version 5: modified src/app/page.tsx 2026-03-09 15:46:26 +00:00
24072bd99a Switch to version 5: modified src/app/facilities/page.tsx 2026-03-09 15:46:26 +00:00
4676d2d3ef Switch to version 5: modified src/app/contact/page.tsx 2026-03-09 15:46:25 +00:00
21f882f2b0 Switch to version 5: modified src/app/admissions/page.tsx 2026-03-09 15:46:25 +00:00
1bce5abc8e Switch to version 5: modified src/app/about/page.tsx 2026-03-09 15:46:25 +00:00
bd8966a48e Merge version_6 into main
Merge version_6 into main
2026-03-09 15:39:34 +00:00
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
3 changed files with 259 additions and 63 deletions

View File

@@ -22,7 +22,8 @@ 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: "/" },
@@ -30,7 +31,8 @@ export default function AboutPage() {
],
},
{
title: "Contact", items: [
title: "Contact",
items: [
{ label: "Phone: +91-XXXXXXXXXX", href: "tel:+91-XXXXXXXXXX" },
{ label: "Email: info@shkanthalloor.edu.in", href: "mailto:info@shkanthalloor.edu.in" },
{ label: "Location: Kanthalloor, Munnar", href: "#" },
@@ -38,7 +40,8 @@ export default function AboutPage() {
],
},
{
title: "About School", items: [
title: "About School",
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Admission Policy", href: "/" },
@@ -88,16 +91,24 @@ 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: "/" }]}
@@ -118,29 +129,81 @@ 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: "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: "/" }]}
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

@@ -32,9 +32,18 @@ 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: [
title: "Quick Links",
items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Facilities", href: "/" },
@@ -42,7 +51,8 @@ export default function HomePage() {
],
},
{
title: "Contact", items: [
title: "Contact",
items: [
{ label: "Phone: +91-XXXXXXXXXX", href: "tel:+91-XXXXXXXXXX" },
{ label: "Email: info@shkanthalloor.edu.in", href: "mailto:info@shkanthalloor.edu.in" },
{ label: "Location: Kanthalloor, Munnar", href: "#" },
@@ -50,7 +60,8 @@ export default function HomePage() {
],
},
{
title: "About School", items: [
title: "About School",
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Admission Policy", href: "/" },
@@ -100,17 +111,29 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=1", imageAlt: "School campus with students"},
imageSrc: "http://img.b2bpic.net/free-photo/long-empty-footpath-modern-city-square-with-skyline_1127-3358.jpg?_wi=1",
imageAlt: "School campus with students",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-classroom-studying_23-2147658978.jpg?_wi=1", imageAlt: "Classroom learning environment"},
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-classroom-studying_23-2147658978.jpg?_wi=1",
imageAlt: "Classroom learning environment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5235.jpg?_wi=1", imageAlt: "Computer lab facility"},
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-conference-room_158595-5235.jpg?_wi=1",
imageAlt: "Computer lab facility",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=1", imageAlt: "Playground and sports area"},
imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=1",
imageAlt: "Playground and sports area",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-activists-friends-collecting-plastic-waste-beach-guys-show-thumb-up_1153-4446.jpg?_wi=1", imageAlt: "School event and activities"},
imageSrc: "http://img.b2bpic.net/free-photo/group-activists-friends-collecting-plastic-waste-beach-guys-show-thumb-up_1153-4446.jpg?_wi=1",
imageAlt: "School event and activities",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-608.jpg?_wi=1", imageAlt: "Library with books"},
imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-608.jpg?_wi=1",
imageAlt: "Library with books",
},
]}
ariaLabel="Hero section showcasing school campus and facilities"
/>
@@ -131,16 +154,24 @@ export default function HomePage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Established in 1969", description: "Over 50 years of educational excellence in rural Kanthalloor community", icon: History,
title: "Established in 1969",
description: "Over 50 years of educational excellence in rural Kanthalloor community",
icon: History,
},
{
title: "Private Aided School", description: "Government-recognized with State Board curriculum ensuring quality standards", icon: Building2,
title: "Private Aided School",
description: "Government-recognized with State Board curriculum ensuring quality standards",
icon: Building2,
},
{
title: "Tamil Medium Instruction", description: "Preserving Tamil language and culture while providing quality education", icon: BookOpen,
title: "Tamil Medium Instruction",
description: "Preserving Tamil language and culture while providing quality education",
icon: BookOpen,
},
{
title: "Safe Rural Campus", description: "Serene, secure environment in rural Kanthalloor, Munnar block, Idukki District", icon: Shield,
title: "Safe Rural Campus",
description: "Serene, secure environment in rural Kanthalloor, Munnar block, Idukki District",
icon: Shield,
},
]}
buttons={[{ text: "Explore Our Facilities", href: "/about" }]}
@@ -161,22 +192,34 @@ export default function HomePage() {
features={[
{
icon: BookMarked,
title: "Classes 5 to 10", description: "Comprehensive curriculum covering all essential subjects for secondary education development"},
title: "Classes 5 to 10",
description: "Comprehensive curriculum covering all essential subjects for secondary education development",
},
{
icon: Languages,
title: "Tamil Medium", description: "Instruction in Tamil language preserving cultural heritage while ensuring academic excellence"},
title: "Tamil Medium",
description: "Instruction in Tamil language preserving cultural heritage while ensuring academic excellence",
},
{
icon: CheckCircle,
title: "State Board Curriculum", description: "Following official State Board syllabus ensuring recognized and quality education standards"},
title: "State Board Curriculum",
description: "Following official State Board syllabus ensuring recognized and quality education standards",
},
{
icon: Monitor,
title: "Computer Aided Learning", description: "Modern technology-integrated teaching methods enhancing student engagement and understanding"},
title: "Computer Aided Learning",
description: "Modern technology-integrated teaching methods enhancing student engagement and understanding",
},
{
icon: Users,
title: "Experienced Faculty", description: "21 dedicated teachers bringing expertise, passion, and personalized attention to each student"},
title: "Experienced Faculty",
description: "21 dedicated teachers bringing expertise, passion, and personalized attention to each student",
},
{
icon: Heart,
title: "Co-Educational Environment", description: "Safe, inclusive learning environment promoting holistic development for all students"},
title: "Co-Educational Environment",
description: "Safe, inclusive learning environment promoting holistic development for all students",
},
]}
/>
</div>
@@ -194,19 +237,61 @@ export default function HomePage() {
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=3", 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=3",
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=2", 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=2",
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=2", 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=2",
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=2", 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=2",
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=2", 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=2",
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=3", 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=3",
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=4", 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=4",
imageAlt: "Mid-day meal facility",
},
]}
/>
</div>
@@ -226,22 +311,34 @@ export default function HomePage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Experienced Teachers", description: "21 dedicated educators with deep commitment to student development and academic excellence", icon: Users,
title: "Experienced Teachers",
description: "21 dedicated educators with deep commitment to student development and academic excellence",
icon: Users,
},
{
title: "Co-Educational Learning", description: "Safe, inclusive environment fostering respect, collaboration, and holistic development", icon: Share2,
title: "Co-Educational Learning",
description: "Safe, inclusive environment fostering respect, collaboration, and holistic development",
icon: Share2,
},
{
title: "Strong Academic Foundation", description: "Rigorous State Board curriculum ensuring comprehensive preparation for higher education", icon: BookOpen,
title: "Strong Academic Foundation",
description: "Rigorous State Board curriculum ensuring comprehensive preparation for higher education",
icon: BookOpen,
},
{
title: "Computer Education", description: "Modern IT facilities enabling students to develop technology skills essential for the future", icon: Monitor,
title: "Computer Education",
description: "Modern IT facilities enabling students to develop technology skills essential for the future",
icon: Monitor,
},
{
title: "Rural Community Focus", description: "Deep roots in Kanthalloor community understanding local needs while maintaining quality standards", icon: MapPin,
title: "Rural Community Focus",
description: "Deep roots in Kanthalloor community understanding local needs while maintaining quality standards",
icon: MapPin,
},
{
title: "Holistic Development", description: "Beyond academics: sports, events, and activities nurturing overall personality development", icon: Star,
title: "Holistic Development",
description: "Beyond academics: sports, events, and activities nurturing overall personality development",
icon: Star,
},
]}
buttons={[{ text: "Apply for Admission", href: "#contact" }]}
@@ -262,17 +359,53 @@ export default function HomePage() {
speed={40}
testimonials={[
{
id: "1", name: "Rajesh Kumar", handle: "Parent, Class 7 Student", testimonial: "Excellent teachers and supportive environment. My son has grown confident and academically strong under their guidance.", imageSrc: "http://img.b2bpic.net/free-photo/cute-family-spending-quality-time-together-home_23-2149038364.jpg", imageAlt: "Rajesh Kumar"},
id: "1",
name: "Rajesh Kumar",
handle: "Parent, Class 7 Student",
testimonial: "Excellent teachers and supportive environment. My son has grown confident and academically strong under their guidance.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-family-spending-quality-time-together-home_23-2149038364.jpg",
imageAlt: "Rajesh Kumar",
},
{
id: "2", name: "Meena Devi", handle: "Parent, Class 10 Student", testimonial: "The school provides quality education with focus on individual student development. Highly recommended for rural families.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-sitting-table_23-2150231637.jpg", imageAlt: "Meena Devi"},
id: "2",
name: "Meena Devi",
handle: "Parent, Class 10 Student",
testimonial: "The school provides quality education with focus on individual student development. Highly recommended for rural families.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-sitting-table_23-2150231637.jpg",
imageAlt: "Meena Devi",
},
{
id: "3", name: "Arjun S", handle: "Student, Class 9", testimonial: "Great computer lab and friendly teachers who really care about our learning. I love coming to school!", imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-with-books-stack_23-2147666651.jpg", imageAlt: "Arjun S"},
id: "3",
name: "Arjun S",
handle: "Student, Class 9",
testimonial: "Great computer lab and friendly teachers who really care about our learning. I love coming to school!",
imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-with-books-stack_23-2147666651.jpg",
imageAlt: "Arjun S",
},
{
id: "4", name: "Priya Nair", handle: "Student, Class 8", testimonial: "The school provides equal opportunity for all. Safe environment and quality education in Tamil medium is perfect for us.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-slavic-student-girl-with-headphones-wearing-backpack-keeps-fist-holds-book_141793-99788.jpg", imageAlt: "Priya Nair"},
id: "4",
name: "Priya Nair",
handle: "Student, Class 8",
testimonial: "The school provides equal opportunity for all. Safe environment and quality education in Tamil medium is perfect for us.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-slavic-student-girl-with-headphones-wearing-backpack-keeps-fist-holds-book_141793-99788.jpg",
imageAlt: "Priya Nair",
},
{
id: "5", name: "Sundar Pillai", handle: "Parent, Class 5 Student", testimonial: "Since admission, my daughter has shown remarkable improvement. Teachers are accessible and genuinely interested in each child.", imageSrc: "http://img.b2bpic.net/free-photo/woman-group-explaining-talking-people_1262-2781.jpg", imageAlt: "Sundar Pillai"},
id: "5",
name: "Sundar Pillai",
handle: "Parent, Class 5 Student",
testimonial: "Since admission, my daughter has shown remarkable improvement. Teachers are accessible and genuinely interested in each child.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-group-explaining-talking-people_1262-2781.jpg",
imageAlt: "Sundar Pillai",
},
{
id: "6", name: "Lakshmi V", handle: "Parent, Class 6 Student", testimonial: "Best decision for our son's education. Affordable, quality, and with strong values. Strongly recommend to families in Kanthalloor.", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hugging-his-son_23-2147562065.jpg", imageAlt: "Lakshmi V"},
id: "6",
name: "Lakshmi V",
handle: "Parent, Class 6 Student",
testimonial: "Best decision for our son's education. Affordable, quality, and with strong values. Strongly recommend to families in Kanthalloor.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hugging-his-son_23-2147562065.jpg",
imageAlt: "Lakshmi V",
},
]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);