8 Commits

Author SHA1 Message Date
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
0d9c5bbc85 Update theme colors 2026-03-09 15:33:27 +00:00
6 changed files with 124 additions and 371 deletions

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>

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

@@ -35,37 +35,34 @@ 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" },
{ 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: "/" },
{ 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" },
],
},
];
@@ -89,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>
@@ -105,35 +102,23 @@ 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"
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"
/>
@@ -154,24 +139,16 @@ 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" }]}
@@ -192,34 +169,22 @@ 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>
@@ -237,61 +202,19 @@ 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>
@@ -311,34 +234,22 @@ 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" }]}
@@ -359,53 +270,17 @@ 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: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--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;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);